import { HttpException } from './http.exception'; /** * Exception for HTTP 402 Payment Required errors */ export declare class PaymentRequiredException extends HttpException { constructor(message?: string); }