import { ImageRun } from 'docx'; import { CommonConfType } from '../types'; declare function image(conf: CommonConfType): ImageRun; export default image;