import { BrowserEventTypes } from '@gogocj/shared'; import { BasePluginType } from '@gogocj/types'; import { BrowserClient } from '../browserClient'; export interface ResourceErrorTarget { src?: string; href?: string; localName?: string; } declare const errorPlugin: BasePluginType; export default errorPlugin; //# sourceMappingURL=error.d.ts.map