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