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