import { AcApContext, AcEdCommand } from '@mlightcad/cad-simple-viewer'; /** * `attedit` / Enhanced Attribute Editor command. * * Opens the attribute editor for a selected block reference that has * attributes. When nothing suitable is preselected, prompts the user to pick * a block (or attribute belonging to one). */ export declare class AcApAttEditCmd extends AcEdCommand { constructor(); execute(context: AcApContext): Promise; private resolveTargetBlock; } //# sourceMappingURL=AcApAttEditCmd.d.ts.map