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