import type { WorkSlide, WorkSlideChart } from './work-types'; export declare function patchPptxChartXySettings(buffer: ArrayBuffer, slides: readonly WorkSlide[]): Promise; export declare function writePptxChartXySettings(document: Document, chartNode: Element, chart: WorkSlideChart): void;