import { ResourceEntry, ResourceMap, ResourcePath } from "./types"; export declare function getOrCreateRegistry(globalRegistry: Map, sourcePath: string): ResourceMap; export declare function addToRegistry(registry: ResourceMap, type: string, entry: ResourceEntry): void; export declare function addToInverseRegistry(inverseRegistry: Map, key: string, sourcePath: string): void; //# sourceMappingURL=registry-helpers.d.ts.map