export declare function assignWithArrays(target: any, ...sources: any[]): any; export declare function pick(obj: T, ...keys: K[]): Pick;