export declare class Logger { static info(message: string, ...args: unknown[]): void; static warn(message: string, ...args: unknown[]): void; static error(message: string, ...args: unknown[]): void; static debug(message: string, ...args: unknown[]): void; } //# sourceMappingURL=logger.helper.d.ts.map