import { GraphQLEnumType, GraphQLFieldConfig } from 'graphql';
import { getConnectionConfig } from '../types';
export declare const OrderEnumType: GraphQLEnumType;
export declare const getConnection: ({ connectionType, orderByType, whereType, fields, uniqueKey, defaultOrderBy, }: getConnectionConfig) => GraphQLFieldConfig<any, any>;
