import type { Extension } from "../../../core/index.js"; export { SharedStateKey, type SharedStateKeySpec } from "./utils.js"; /** * This extension enables a plugin that stores internal state and handles its changes via meta-information in transactions. * You can get, change and subscribe to state changes using a SharedStateKey instance. */ export declare const SharedState: Extension;