/// import type { EPub } from '../../lib'; import type { CB } from './html'; export declare function fixHTML(this: EPub, index: number, html: string, imgCB: CB): string;