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