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