export default class Environment {
    static getMinLogLevel(): string;
    static getNextcloudUrl(): string;
    static getUserName(): string;
    static getPassword(): string;
    static getRecordingActiveIndicator(): boolean;
}
