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