import { GraphQLObjectType } from 'graphql';
declare const buildPaginatedListType: (name: any, docType: any) => GraphQLObjectType<any, any>;
export default buildPaginatedListType;
//# sourceMappingURL=buildPaginatedListType.d.ts.map