import type { WorkArtifact } from './work-types'; type PptxConstructor = typeof import('pptxgenjs').default; export declare function createPptxBlob(artifact: WorkArtifact, PptxGenJS: PptxConstructor): Promise; export {};