Variable TrackEvent

    TrackEvent: {
        prototype: TrackEvent;
        new (type: string, eventInitDict?: TrackEventInit): TrackEvent;
    }