import FMCCommand from '../FMCCommand'; export default class Setup extends FMCCommand { static description: string; static examples: string[]; static flags: any; static args: { name: string; required: boolean; }[]; protected showDevspace(): boolean; run(): Promise; } //# sourceMappingURL=setup.d.ts.map