import { Exception } from '@adonisjs/core/exceptions'; import { type ManagesStripeContract } from '../contracts.js'; export declare class InvalidCustomerError extends Exception { static code: string; static notYetCreated(target: ManagesStripeContract, options?: ErrorOptions): InvalidCustomerError; }