import type { Path, PathValue } from './types/objects.js'; export declare function get(input: Input, path: ''): Input; export declare function get>(input: Input, path: InputPath): PathValue; export declare function get(input: Input, path: InputPath): unknown;