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