import { Error } from "../../Error";
export declare class IOError extends Error {
    constructor(message?: string, id?: number);
}
