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