import { MatchItRouteToken, RouteMatchers } from '../types/route.js'; /** * Parses the route pattern */ export declare function parseRoutePattern(pattern: string, matchers?: RouteMatchers): MatchItRouteToken[];