export declare class UpdatePublishStatusDto {
    isPublished: boolean;
}
