import { HttpError } from "@leyyo/common"; /** * Http 420 Enhance Your Calm * - alternative: {@link EnhanceYourCalmError} * * It is sent by Twitter then it indicates that the client is being rate limited for making too many requests. * */ export declare class EnhanceYourCalmError extends HttpError { }