import type { DivinerInstance } from '../diviner-model/index.js'; import type { ModuleIdentifier, ModuleIdentifierTransformer } from '../module-model/index.js'; export declare class NameRegistrarTransformer implements ModuleIdentifierTransformer { private _cache; private registrarDiviner; private root; constructor(registrarDiviner: DivinerInstance, root: string); transform(identifier: ModuleIdentifier): Promise; } //# sourceMappingURL=NameRegistrarTransformer.d.ts.map