export declare const toString: (v: any) => string; export declare const valuePreview: (v: any) => string; export declare const isSimpleType: (v: any) => boolean; export declare const isNumber: (v: any) => boolean; export declare function enumToArray(aEnum: any): any[]; //# sourceMappingURL=utils.d.ts.map