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