export declare function clone(value: T): T; export declare function arrayToObject(array: T[], idKey?: K): { [key: string]: T; };