import type { FrozenJSONValue } from '../frozen-json.ts'; import type { Read } from './store.ts'; export declare class ReadImpl implements Read { #private; constructor(map: Map, release: () => void); release(): void; get closed(): boolean; has(key: string): Promise; get(key: string): Promise; } //# sourceMappingURL=read-impl.d.ts.map