import type { FromPath, Merge, Path } from './types/objects.js'; import type { Pretty } from './types/utils.js'; export declare function has>(input: Input, path: InputPath): input is Input; export declare function has(input: Input, path: InputPath): input is Pretty>>; export declare function has(input: unknown, path: InputPath): input is FromPath;