export declare class UpdateLeaveBalanceDto {
    balance: number;
}
