import { AcApContext } from '../../app'; import { AcEdCommand } from '../../editor'; /** * Command to delete selected objects from the drawing. */ export declare class AcApEraseCmd extends AcEdCommand { constructor(); /** * Executes the command to delete selected objects from the drawing * * @param context - The current application context */ execute(context: AcApContext): Promise; } //# sourceMappingURL=AcApEraseCmd.d.ts.map