export declare class PaymentInstallmentDTO {
    readonly quantity: number;
    readonly type: string;
}
