import type { FindMatchedRouteOption, FindMatchedRouteResult, Routes } from '../custom_typings.js'; export declare function findMatchedRoute>(routes: Routes, { matcherCallback, scope, status, url: { href, pathname, }, }: FindMatchedRouteOption): FindMatchedRouteResult; //# sourceMappingURL=find-matched-route.d.ts.map