import { CustomError } from "../../customError";
export declare class EOLError extends CustomError {
}
