export default class ServerLogger { static error: (error: any) => void; static reportError({ url, serverID, host, route, error, info, ip, referrer, userAgent, status }: { url?: any; serverID?: any; host?: any; route?: any; error?: any; info?: any; ip?: any; referrer?: any; userAgent?: any; status?: any; }): void; private static instance; constructor(); reportError({ url, serverID, host, route, error, info, userAgent, referrer, ip, status }: { url: any; serverID?: any; host?: any; route?: any; error?: any; info?: any; userAgent?: any; referrer?: any; ip?: any; status?: any; }): void; } //# sourceMappingURL=ServerLogger.d.ts.map