export interface IBrowserInfo { language?: string; url?: string; city?: string; country?: string; countryCode?: string; remoteAddress?: string; region?: string; hostname?: string; userAgent?: string; } //# sourceMappingURL=types.d.ts.map