import { GraphQLSchema } from 'graphql';
import { StitchingDirectivesOptions } from './types.cjs';
export declare function stitchingDirectivesValidator(options?: StitchingDirectivesOptions): (schema: GraphQLSchema) => GraphQLSchema;
