import { ASError } from '@awayfl/avm2'; export declare class IOError extends ASError { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(message?: string, id?: number); } //# sourceMappingURL=IOError.d.ts.map