/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import { FieldResolveInput } from 'stucco-js'; export declare const paymentMethods: (input: FieldResolveInput) => Promise<{ id: string; billing_details: { address?: { city?: string | undefined; country?: string | undefined; line1?: string | undefined; line2?: string | undefined; postal_code?: string | undefined; state?: string | undefined; } | undefined; email: string; name: string; phone?: string | undefined; }; customer: string; metadata: any; type: import("../zeus/index.js").PaymentMethodType; created: any; livemode: boolean; card?: { brand: any; checks: { address_line1_check: string; address_postal_code_check: string; cvc_check: string; }; country: string; exp_month: number; exp_year: number; fingerprint: string; funding: string; last4: string; networks: { preferred?: string | undefined; available?: string[] | undefined; }; three_d_secure_usage: { supported: boolean; }; } | undefined; }[] | import("mongodb").WithId[] | undefined>; export default paymentMethods;