export declare const createStorage: <T>() => import("zustand/middleware").PersistStorage<T> | undefined;
