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