/** * 选取对象中指定属性 */ export declare function pick(obj: T, keys: TKeys[]): Pick; export declare function pick(obj: T, keys: TKeys[]): T;