declare const CustomEventConstructor: { new (type: string, eventInitDict?: CustomEventInit): CustomEvent; prototype: CustomEvent; }; declare function PatchedCustomEvent(this: Event, type: string, eventInitDict: CustomEventInit): CustomEvent; declare namespace PatchedCustomEvent { var prototype: CustomEvent; } //# sourceMappingURL=polyfill.d.ts.map