declare type Many = T | ReadonlyArray; export declare function pick(obj: T, keys: Array>): Pick; export {};