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