import type { AbortStreamingOptions, EndStreamingOptions, StartStreamingOptions } from './types'; export declare const startStreamingCmd: import("@milkdown/utils").$Command; export declare const pushChunkCmd: import("@milkdown/utils").$Command; export declare const endStreamingCmd: import("@milkdown/utils").$Command; export declare const abortStreamingCmd: import("@milkdown/utils").$Command; //# sourceMappingURL=streaming-commands.d.ts.map