export declare function pick(obj: T, ...keys: K[]): Pick; export declare function keepToJson(target: any, propertyKey: string): void; //# sourceMappingURL=Utils.d.ts.map