import { type DocumentNode } from 'graphql';
import type { SubschemaConfig } from '@graphql-tools/delegate';
export declare const SubgraphSDLQuery = "\n  query SubgraphSDL {\n    _service {\n      sdl\n    }\n  }\n";
export declare function getSubschemaForFederationWithTypeDefs(typeDefs: DocumentNode): SubschemaConfig;
