import type { GraphQLSchema } from "graphql"; export declare const complexityDirective: () => { complexityDirectiveTypeDefs: string; complexityDirectiveTransformer: (schema: GraphQLSchema) => GraphQLSchema; };