import type { RouteRecord, RouteMatch } from './types';
export declare function resolveRoute(path: string, routes: RouteRecord[]): RouteMatch | null;
