import type { Path } from './types'; export declare const get: (val: unknown, path: Path) => unknown | undefined; //# sourceMappingURL=get.d.ts.map