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