import type { RouterPath } from './types'; declare const castPath: (path: string) => RouterPath; export { castPath }; //# sourceMappingURL=utils.d.ts.map