/** Type of rule configuration */
export declare enum TypeEnum {
    'bool' = "bool",
    'contact' = "contact",
    'date_ISO8601' = "date_ISO8601",
    'domain' = "domain",
    'json' = "json",
    'number' = "number",
    'string' = "string",
    'string[]' = "string[]",
    'text' = "text"
}
//# sourceMappingURL=TypeEnum.d.ts.map