import type { EndRoute, LocalizedRoute } from "./interfaces"; import type { EndRoutePath, LocaleType } from "./types"; export declare class LocalizedEndRoute implements EndRoute, LocalizedRoute { localizedPaths: Map; ref: RouteRef; constructor(localizedPaths: Map, ref: RouteRef); getPath(locale?: Locales): EndRoutePath; isSegment(): false; isLocalized(): true; toJSON(): unknown[]; toString(): string; } //# sourceMappingURL=LocalizedEndRoute.d.ts.map