/** * returns a namespaced sessionStorage key for storing the last route. * @param contextId unique identifier for the current context, current sidecarUrl */ export declare function getRouteStorageKey(contextId: string): string;