/** List of possible route rule matches */
export declare enum RouteRuleMatchesEnum {
    'contains' = "contains",
    'endswith' = "endswith",
    'exists' = "exists",
    'in' = "in",
    'internal' = "internal",
    'is' = "is",
    'matches' = "matches",
    'startswith' = "startswith"
}
//# sourceMappingURL=RouteRuleMatchesEnum.d.ts.map