export declare enum Result {
    Valid = "VALID",
    Invalid = "INVALID",
    Unknown = "UNKNOWN",
    NotRequired = "NOT_REQUIRED"
}
