export declare const pickBy: (obj: T, fn: (key: K, v: T[K]) => boolean) => Partial; //# sourceMappingURL=pick.d.ts.map