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