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