export default function pick(obj: T, keys: K[]): Pick;