export declare const TEST_PAYMENT_METHOD: { paymentMethod: { id: string; object: string; billing_details: { address: { city: string; country: string; line1: string; line2: null; postal_code: string; state: string; }; email: string; name: string; phone: string; }; card: { brand: string; checks: { address_line1_check: null; address_postal_code_check: null; cvc_check: null; }; country: string; exp_month: number; exp_year: number; funding: string; generated_from: null; last4: string; networks: { available: string[]; preferred: null; }; three_d_secure_usage: { supported: boolean; }; wallet: { dynamic_last4: string; google_pay: {}; type: string; }; }; created: number; customer: null; livemode: boolean; type: string; }; };