import { type AnyCell, type tagOp } from './reactive';
export declare function effect(cb: () => void): () => void;
export declare function checkOpcode(tag: AnyCell, op: tagOp): void;
export declare function evaluateOpcode(tag: AnyCell, op: tagOp): void;
export declare function opcodeFor(tag: AnyCell, op: tagOp): () => void;
