export declare class LogMonitoringRegistry { private static instance; private registry; static getInstance(): LogMonitoringRegistry; setLoggable(state: boolean): void; getLoggable(): boolean; setSkipLog(state: boolean): void; getSkipLog(): boolean; }