RTCRtpScriptTransform: {
    prototype: RTCRtpScriptTransform;
    new (
        worker: Worker,
        options?: any,
        transfer?: any[],
    ): RTCRtpScriptTransform;
}