export declare class LoggerUtil { static debug(message: string): void; static error(error: unknown): void; static info(message: string): void; static warn(message: string): void; }