import { LogLevel } from './logger'; export declare class Config { static readonly HTTP_PORT: number; static readonly DBGP_PORT: number; static readonly AUTH_SESSION_PATH: string; static readonly LOG_LEVEL: LogLevel; static readonly SESSION_TIMEOUT_MS: number; static readonly SERVICE_NAME = "rspade-debug-proxy"; static readonly SERVICE_VERSION = "1.0.0"; private static parseLogLevel; } //# sourceMappingURL=config.d.ts.map