export interface DesktopShellRouteOptions { locale: string; runtimeVersion?: string | null; } export declare function routeDashboardUrl(url: string, route: string | null, options: DesktopShellRouteOptions): string; export declare function currentDashboardUrlFromSrc(src: string | null): string | null; export declare function withDesktopShell(url: string, options: DesktopShellRouteOptions): string; export declare function withDashboardRoute(url: string, route: string, options: DesktopShellRouteOptions): string; export declare function dashboardRouteFromUrl(url: string): string; export declare function normalizeDashboardRoute(route: string): string; export declare function withDesktopShellRoute(route: string, options: DesktopShellRouteOptions): string; export declare function dashboardRouteMatches(route: string, hash: string): boolean; //# sourceMappingURL=dashboard-url.d.ts.map