import { Matrix4 } from 'three'; import { Command } from '../Editor/CommandMachine'; import { Route } from '../Geometry/CurveMap'; export declare class DrawRegion implements Command { ocs: Matrix4; exec(): Promise; DrawRegion(routeS: Array): void; } //# sourceMappingURL=DrawRegion.d.ts.map