import { Command } from 'commander'; declare function createHtmlExportPdf(program: Command): void; export { createHtmlExportPdf };