export declare class UpdateBlogDto {
    id: number;
    label: string;
    description: string;
    city: number;
    data_hist: any;
}
