export declare class PayEntryDto {
    amountPaid?: number;
    paidAt?: string;
    newDueDate?: string;
}
