import { Command } from "../Editor/CommandMachine"; export declare class OffsetX implements Command { offsetDis: number; exec(): Promise; } //# sourceMappingURL=OffsetX.d.ts.map