import { Command } from '../Editor/CommandMachine'; export declare class DrawArc implements Command { exec(): Promise; } //# sourceMappingURL=DrawArc.d.ts.map