declare function pick(obj: Object, ...keys: Key[]): Pick; export { pick };