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