export declare class UpdateAdvanceDto {
    amount?: number;
    label?: string;
    advanceDate?: string;
}
