import { Vector3 } from 'three'; import { Entity } from '../DatabaseServices/Entity/Entity'; import { Command } from '../Editor/CommandMachine'; export declare class Command_Rotate implements Command { exec(): Promise; Update(basePt: Vector3, an: number, ens: Entity[]): void; } //# sourceMappingURL=Rotate.d.ts.map