import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; export declare class AcApDrawingUnitsCmd extends AcEdCommand { execute(_context: AcApContext): Promise; } //# sourceMappingURL=AcApDrawingUnitsCmd.d.ts.map