import { HttpError } from "@leyyo/common"; /** * Http 418 I'm a teapot * * The server refuses the attempt to brew coffee with a teapot * */ export declare class ImATeapotError extends HttpError { }