import { Vector3 } from 'three'; import { Command } from '../Editor/CommandMachine'; export declare class DrawCircle implements Command { exec(): Promise; DrawCircleUseRadious(val: Vector3): Promise; DrawCicleUseTwoPoint(): Promise; DrawCicleUseThreePoint(): Promise; DrawCicleUseCutoffPointAndRadious(): Promise; } //# sourceMappingURL=DrawCircle.d.ts.map