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