import type { StoreApi } from "zustand"; export type ReadonlyStore = Omit, "setState" | "destroy">; export declare const writableStore: (store: ReadonlyStore | undefined) => StoreApi; //# sourceMappingURL=ReadonlyStore.d.ts.map