export declare const getLocalStorageWithFallback: () => Storage;
/**
 * @internal
 * @returns Either a reference to window.sessionStorage or an in-memory storage as fallback
 */
export declare const getSessionStorageWithFallback: () => Storage;
