import { StateCreator } from "zustand"; import { GeneralSlice, InstillStore, InstillStoreMutators } from "./types"; export declare const createGeneralSlice: StateCreator; //# sourceMappingURL=generalSlice.d.ts.map