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