import { GraphQLError } from 'graphql'; import { ServiceDefinition } from '../../types'; export declare const keyFieldsMissingExternal: ({ name: serviceName, typeDefs, }: ServiceDefinition) => GraphQLError[]; //# sourceMappingURL=keyFieldsMissingExternal.d.ts.map