import { StitchingDirectivesResult } from './stitchingDirectives.js';
export declare function federationToStitchingSDL(federationSDL: string, stitchingConfig?: StitchingDirectivesResult): string;
