export declare class UpdateSalaryHistoryDto {
    gross_salary: number;
    notes?: string;
    from_date: Date;
}
