export { buildFederationSchema } from './utils'; export declare const enableFederation: ({ schemaDirectives, federationSubgraphName, }: { schemaDirectives?: Record; federationSubgraphName: string; }) => void;