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