import { ParsedQuillDelta, RawQuillDelta } from 'quilljs-parser'; import { Config, ExportObject } from './interfaces'; export declare function generateWord(delta: RawQuillDelta | ParsedQuillDelta | ParsedQuillDelta[], config?: Config): Promise; //# sourceMappingURL=exporter.d.ts.map