declare class Config { static get BASE_URL(): string | undefined; static get AUTH(): string | undefined; static get VERBOSE(): boolean; static get SILENT(): boolean; static get LOG_TO_FILES(): boolean; static get LOG_TO_CONSOLE(): boolean; static get HIDDEN_FIELDS(): string[]; private static getBoolVal; } export default Config;