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