import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * Opens the Export HTML dialog (`chtml`). * * The dialog collects export options and runs the HTML export workflow on OK. * Command-line export without a dialog is available via `-chtml`. */ export declare class AcApExportHtmlDlgCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApExportHtmlDlgCmd.d.ts.map