import { AcApContext } from '../../app'; import { AcEdCommand } from '../../editor'; /** * Command to move selected entities by a displacement vector. * * Behavior (AutoCAD-like): * 1) Select entities (or reuse preselection), * 2) Specify base point or choose `Displacement`, * 3) Specify second point (or displacement point), * 4) Apply translation to all selected entities. */ export declare class AcApMoveCmd extends AcEdCommand { constructor(); execute(context: AcApContext): Promise; } //# sourceMappingURL=AcApMoveCmd.d.ts.map