export declare function pluckDeep(obj: {
    [key: string]: any;
} | null, key: string): any;
//# sourceMappingURL=pluck-deep.d.ts.map
