import type { OpTest } from '../../op'; import { type JavaScriptLinked } from '@jsonjoy.com/codegen'; import type { ApplyFn } from '../types'; export declare const $$test: (op: OpTest) => JavaScriptLinked; export declare const $test: (op: OpTest) => ApplyFn;