import type { StorageAdapter } from "../types";
export declare const sessionStorageAdapter: StorageAdapter;
