import { ObjectGraph } from '../src/graph/ObjectGraph';
import { Constructable } from '../src/types';
export declare function mockGraphs(graphNameToGraph: Record<string, Constructable<ObjectGraph> | ((props: any) => ObjectGraph)>): void;
//# sourceMappingURL=mockGraphs.d.ts.map