import type { Presentation } from "../model/types.js"; import type { PptxPackage } from "../package/package.js"; import { readTextListStyle } from "./text-list-style.js"; export { readTextListStyle }; export declare function readPresentation(pkg: PptxPackage): Promise;