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