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

Type declaration