import { Options } from '../../types/types.js';
export declare function buildHtmlAsync(content: string, options: Options): Promise<string>;
//# sourceMappingURL=build-html-async.d.ts.map