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