type UnwrapArray = T extends (infer V)[] ? V : never; export declare const pick: (obj: T, keys: K) => Pick>; export {}; //# sourceMappingURL=misc.d.ts.map