/// export declare function toArray(msg: any, enc: any): any[]; export declare function encodeHex(msg: Buffer | Uint8Array): string; export declare function uuid(): string; export declare function isObject(item: any): boolean; export declare function mergeDeep(target: object, source: object): {} & object;