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