import type { TrySendEvent } from '../api/postEvent'; declare class Logger { private static prefix; private constructor(); static log(message: string): void; static error(message: string, trySendEvent?: TrySendEvent): void; static warn(message: string): void; } export default Logger; //# sourceMappingURL=logger.d.ts.map