import type { JavaScript } from '@jsonjoy.com/util/lib/codegen'; import type { Path } from '../types'; export declare const $$find: (path: Path) => JavaScript<(doc: unknown) => unknown>;