import { t as OmmlDiagnostic } from "./shared-c0Lp3_iY.cjs"; import { ContentSlide } from "document-schema.js"; import { XmlNode } from "ooxml.js"; //#region src/ooxml/pptx/formula.d.ts type OmmlDiagnosticSink = (diagnostic: OmmlDiagnostic, context: { readonly sourcePath?: string; }) => void; declare function spliceSlideFormulas(slide: ContentSlide, slideIndex: number, spTreeChildren: readonly XmlNode[], onMathDiagnostic?: OmmlDiagnosticSink): ContentSlide; //#endregion export { spliceSlideFormulas as n, OmmlDiagnosticSink as t };