import { AcApContext } from '../../app'; import { AcApBaseRevCmd } from './AcApBaseRevCmd'; /** * Command to create one revision rectangle. */ export declare class AcApRevRectCmd extends AcApBaseRevCmd { /** * Creates revision rectangle command instance. */ constructor(); /** * Command entry point for revision rectangle creation. * * @param context - Current application/document context. */ execute(context: AcApContext): Promise; } //# sourceMappingURL=AcApRevRectCmd.d.ts.map