import { ProcessHtmlOptions } from "./interfaces.js";
export declare const processHtmlContent: (content: string, options: ProcessHtmlOptions, dir: string) => string;
