import { ErrorEvent } from './ErrorEvent'; export declare class UncaughtErrorEvent extends ErrorEvent { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(type?: string, bubbles?: boolean, cancelable?: boolean, error_in?: any); static UNCAUGHT_ERROR: string; } //# sourceMappingURL=UncaughtErrorEvent.d.ts.map