export declare class TableReportDto {
    year: number;
    user_group_id: number;
    control_product_id: number;
}
