declare class Logger { private static isDebugEnabled; static setDebug(enabled: boolean): void; static isDebug(): boolean; static log(...args: unknown[]): void; static warn(...args: unknown[]): void; static error(...args: unknown[]): void; static info(...args: unknown[]): void; } export { Logger }; //# sourceMappingURL=logger.d.ts.map