import { Matrix4, Vector3 } from "three"; import { StretchData } from "../Common/StretchParse"; import { Command } from "../Editor/CommandMachine"; export declare class Command_StretchMove implements Command { boxAdd: number; exec(): Promise; Stretch(d: StretchData, stretchVector: Vector3, moveMatrix: Matrix4): void; } //# sourceMappingURL=StretchMove.d.ts.map