import { MutationsPreviewInput, MutationsPreviewOutput } from '../../../../../../document-api/src/index.js'; import { Editor } from '../../core/Editor.js'; export declare function previewPlan(editor: Editor, input: MutationsPreviewInput): MutationsPreviewOutput; //# sourceMappingURL=preview.d.ts.map