import type { RouteMatcher } from '../route-matchers/route-matcher'; export interface RouteMatcherProvider { matchers(): Promise>; }