/** * Utility class for exporting the current CAD drawing to DXF format. */ export declare class AcApDxfConvertor { /** * Exports the current drawing database to a DXF file and downloads it. */ convert(): void; private createFileAndDownloadIt; private getBaseName; } //# sourceMappingURL=AcApDxfConvertor.d.ts.map