import { ImageRun, Paragraph, TextRun } from 'docx'; import { type DocxOptions } from '../option'; import { type ImageNode } from '../types'; export declare function convertImageRun(node: ImageNode, options: DocxOptions['image']): Promise; export declare function convertImage(node: ImageNode, options: DocxOptions['image']): Promise;