import { Entity } from "../DatabaseServices/Entity/Entity"; import { Command } from "../Editor/CommandMachine"; export declare class Command_M0 implements Command { exec(): Promise; } export declare class Command_PackageMove implements Command { exec(): Promise; PackageMove(ents: Entity[], oents: Entity[], i1: number, i2: number, i1d?: number, i2d?: number): void; } //# sourceMappingURL=MoveToWCS0.d.ts.map