import { CommonCfg } from "./CommonCfg"; import { GlobalConfig, InheritableCfg } from './types'; export declare class RootCfg extends CommonCfg implements InheritableCfg { logLevels: string[]; constructor(cfg: GlobalConfig); setConfig(newConfig: GlobalConfig, replace?: boolean): void; } //# sourceMappingURL=RootCfg.d.ts.map