export declare function isDeepKey(key: PropertyKey): boolean; export declare function getValue(object: any, path: PropertyKey | readonly PropertyKey[], defaultValue?: any): T;