import { GraphQLObjectType } from 'graphql'; export declare class FieldDuplicateWithConnection extends Error { constructor({ type, fieldName }: { type: GraphQLObjectType; fieldName: string; }); }