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