import { TrackJSNetwork } from "../types"; export declare class NetworkTelemetry implements TrackJSNetwork { completedOn: string; method: string; startedOn: string; statusCode: number; statusText: string; type: string; url: string; }