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