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