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