import { CommandBase } from "./support/CommandBase"; export declare class ScaffoldSceneCommand extends CommandBase { run(options: any): Promise; }