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