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