import { type GraphQLNamedType, type GraphQLType } from 'graphql';
export declare function replaceType<T extends GraphQLType>(type: T, newTypes: Map<string, GraphQLNamedType>, referencedBy: string, subGraphs: string[]): T;
//# sourceMappingURL=util.d.ts.map