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