export declare function recursivePick(obj: T, pickedKeys: PickedKeys, pathUntilNow?: string): T;