import type { OpAdd } from '../../op';
import { type JavaScriptLinked } from '@jsonjoy.com/util/lib/codegen';
import type { ApplyFn } from '../types';
export declare const $$add: (op: OpAdd) => JavaScriptLinked<ApplyFn>;
export declare const $add: (op: OpAdd) => ApplyFn;
