declare const _default: (obj: T, keys: (keyof T)[]) => Pick; export default _default;