export declare const pick: (obj: T, keys: K[]) => Pick; export declare const pickFromArray: (items: T[], keys: K[]) => Pick[];