export default class Config { static debug: boolean; static mock: boolean; static displayTimestamps: boolean; static errlog: string | undefined; static stdout: string; static stderr: string; static readonly windows: boolean; static readonly _globals: any; }