declare const pickBy: (obj: Object, predicate?: (...args: any[]) => boolean) => Object; export default pickBy;