import { PptxData } from 'pptx-viewer-core'; import { EditorState } from '../editor/editor-state.svelte'; import { PresentationLoader } from './presentation-loader.svelte'; /** * Assemble the live {@link PptxData} for the deck-JSON export (the "Export as * JSON" backstage card). Reads come off the same seams the AI bridge's deck * tools use: undoable document state from the editor, parse-time presentation * parts from the loader. */ export declare function buildDeckExportData(editor: EditorState, loader: PresentationLoader): PptxData; //# sourceMappingURL=deck-export-data.d.ts.map