import { ErrorEvent } from "./ErrorEvent"; import { Event } from "./Event"; export declare class IOErrorEvent extends ErrorEvent { static IO_ERROR: string; static DISK_ERROR: string; static NETWORK_ERROR: string; static VERIFY_ERROR: string; clone(): Event; toString(): string; }