export declare function extract<O extends object, K extends keyof O>(object: O, keys: K[]): Pick<O, K>;
//# sourceMappingURL=extract.d.ts.map