import { HttpError } from "@leyyo/common"; /** * Http 402 Payment Required * * The original intention was that this code might be used as part of some form of digital cash or micropayment scheme * */ export declare class PaymentRequiredError extends HttpError { }