import { type GraphDataSource, type GraphInstance } from "../types";
interface GraphCache {
    getOrBuild(dataSource: GraphDataSource, onlyAccessible: boolean): GraphInstance;
}
export declare function createGraphCache(): GraphCache;
export {};
//# sourceMappingURL=graphCache.d.ts.map