export declare class KpiReportDto {
    employeeIds: number[];
    fromDate?: string;
    toDate?: string;
    month?: string;
}
