import type { Op } from '../op'; import type { ApplyFn } from './types'; export declare const codegenOp: (op: Op) => ApplyFn; //# sourceMappingURL=codegenOp.d.ts.map