import { PluginKey } from '@milkdown/prose/state'; import type { StreamingAction, StreamingState } from './types'; export declare const streamingPluginKey: PluginKey; export declare function applyStreamingAction(state: StreamingState | null, action: StreamingAction | undefined): StreamingState | null; export declare const streamingPlugin: import("@milkdown/utils").$Prose; //# sourceMappingURL=streaming-plugin.d.ts.map