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