import { TrackJSConsole } from "../types"; export declare class ConsoleTelemetry implements TrackJSConsole { message: string; severity: string; timestamp: string; constructor(severity: string, messages: Array); static normalizeSeverity(severity: string): string; }