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