export declare class LoggingConfig { enabled: boolean; constructor(enabled: boolean); static readonly Current: LoggingConfig; static OnConfig: LoggingConfig; static OffConfig: LoggingConfig; private static _current; }