export declare class UpdatePublisherDto {
    slug: string;
    title?: string;
    quote?: string;
    shortName?: string;
    profileVisible?: boolean;
}
