/** Filter the value of type property (=) */
export declare enum TypeEnum {
    'integer' = "integer",
    'password' = "password",
    'string' = "string"
}
//# sourceMappingURL=TypeEnum.d.ts.map