import type { EndRoutePath, SegmentRoutePath } from "../types"; export declare const createRoutePathSegment: (path: string, completePath: string) => SegmentRoutePath; export declare const createRoutePath: (path: string, completePath: string) => EndRoutePath; //# sourceMappingURL=createRoutePath.d.ts.map