import { SchedulePaymentResponseDto } from './schedulePaymentResponseDto';
export interface PagedSchedulePaymentDto {
    has_more?: boolean;
    items?: Array<SchedulePaymentResponseDto>;
}
export declare namespace PagedSchedulePaymentDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=pagedSchedulePaymentDto.d.ts.map