export declare enum MatchType {
    ANY = "ANY",
    ALL = "ALL",
    ALWAYS_MATCH = "ALWAYS_MATCH"
}
