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