import type { AtomImpl } from "../../implementation.ts"; import { AtomInternal } from "../base/index.ts"; export declare class AtomInternalOpaque extends AtomInternal { #private; constructor(atom: AtomImpl, value: Value); get value(): Value; set(value: Value): bigint; dirty(initial: Value): boolean; detached(): boolean; $(): undefined; lookup(path: any): AtomImpl | undefined; unwatch(): void; } //# sourceMappingURL=index.d.ts.map