export declare function pluckDeep(obj: { [key: string]: any; } | null, key: string): any;