export declare function buildNavHandlesSource(): string; export declare function buildRouteTableSource(): string; export declare function buildNearestRoutesSource(): string; export type NavAction = "navigate" | "push" | "replace" | "back" | "reset"; export declare function buildNavigateSource(action: string, to: string | null, params: Record | null): string; //# sourceMappingURL=navigation.d.ts.map