import { Route, YLocation } from '../router.interface'; export declare const getRoute: (pathname: string, routes: Route, moduleData: any) => YLocation; //# sourceMappingURL=getRoute.d.ts.map