/** * Shared state for one plugin's surfaces: in memory, scoped to the plugin, gone when it is * disabled. `usePluginStore` is the persisted counterpart. */ export declare function usePluginState(key: string, initial: T): [T, (next: T | ((previous: T) => T)) => void]; //# sourceMappingURL=state.d.ts.map