import type { GraphQLField } from 'graphql'; export declare function isConnectionField(field: GraphQLField): boolean;