import { type FederationFactory } from './federation-factory'; import { type InternalSubgraph } from '../../subgraph/types'; export declare function renameRootTypes(ff: FederationFactory, subgraph: InternalSubgraph): void;