export declare class LogRules {
    #private;
    static enableLog(): void;
    static disableLog(): void;
    static isLogEnabled(): boolean;
}
