export declare function get(obj: unknown, path: string | readonly string[]): T | undefined; export declare function get(obj: unknown, path: string | readonly string[], defaultValue: T): T;