import { HttpError } from "@leyyo/common"; /** * Http 440 Login Time-out * * An unofficial client error specific to the Microsoft IIS web server and is returned to indicate that the client’s HTTP session has expired and they need to log in again. * */ export declare class LoginTimeOutError extends HttpError { }