import { ServerException } from "../core/ServerException.js"; export declare class BandwidthLimitExceeded extends ServerException { static readonly STATUS = 509; constructor(message: string, origin?: Error | string | any); }