import { Command } from "../Editor/CommandMachine"; /** * 画椭圆 */ export declare class DrawEllipse implements Command { exec(): Promise; } //# sourceMappingURL=DrawEllipse.d.ts.map