export declare class KpiTargetListDto {
    employeeIds?: number[];
    month?: string;
    page?: number;
    limit?: number;
}
