import { HttpError } from "@leyyo/common"; /** * Http 425 Too Early * * The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing). * */ export declare class TooEarlyError extends HttpError { }