import { V4Route } from '../types'; export declare function isSameRoute(one: V4Route, another: V4Route): boolean; export declare function mergeRoute(one: V4Route, another: V4Route): V4Route; //# sourceMappingURL=route.d.ts.map