import { Halo2LibWasm } from "@axiom-crypto/halo2-wasm/web"; export declare class CircuitValue { private _value; private _cell; private _circuit; constructor(circuit: Halo2LibWasm, { value, cell }: { value?: bigint | number | string; cell?: number; }); cell(): number; value(): bigint; number(): number; address(): string; }