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