export declare const omit: (obj: T, props: K | K[]) => Pick>; export declare const pick: (obj: T, props: K | K[]) => Pick; //# sourceMappingURL=util.d.ts.map