import { Observable } from 'rxjs'; export declare class CommandsBasicsDiverse { constructor(); appTitle(title: string): Observable; commandLine(): void; debugLog(message: string): Observable; getEnv(): void; runtimeError(): void; runtimeStats(): void; setEnv(): void; systemProperty(): void; }