export declare enum FormatLetters { UpperCase = "uppercase", LowerCase = "lowercase" } export declare enum TypeGroup { Number = 0, String = 1, Date = 2, Base64 = 3, Binary = 4, Any = 5, Other = 6 } export declare const OnlyNumberFunctions: string[]; export declare const OnlyStringFunctions: string[]; export declare const OnlyDateFunctions: string[]; export declare const OnlyBase64Functions: string[]; export declare const ByteSizeFunctions: string[];