export declare class CreateBlogDataDto {
    id: number;
    blog: string;
    value: number;
    data_hist: any;
}
