import { HttpException, HttpStatus } from "@nestjs/common"; export declare class StripeError extends HttpException { readonly stripeCode?: string; readonly declineCode?: string; constructor(message: string, status: HttpStatus, stripeCode?: string, declineCode?: string); } export declare function handleStripeError(error: unknown): never; export declare function HandleStripeErrors(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor; //# sourceMappingURL=stripe.errors.d.ts.map