import { HttpError } from "@leyyo/common"; /** * Http 509 Bandwidth Limit Exceeded * * An unofficial server error that is specific to Apache Web Server and cPanel that indicates that the web hosting client has exceeded the bandwidth allotment on the server-side. * */ export declare class BandwidthLimitExceededError extends HttpError { }