import type { ImageConfig } from '../../types/image'; export declare const optimizeHtmlImages: (directory: string, config?: ImageConfig) => Promise;