import { SubschemaConfig } from '@graphql-tools/delegate';
import { StitchingDirectivesOptions } from './types.js';
export declare function stitchingDirectivesTransformer(options?: StitchingDirectivesOptions): (subschemaConfig: SubschemaConfig) => SubschemaConfig;
