import { GraphQLObjectType } from 'graphql';
export declare const PageInfoType: GraphQLObjectType<any, any>;
export declare const getConnectionType: (objectType: GraphQLObjectType) => GraphQLObjectType;
