export type PaymentMethods = 'credit_card' | 'bank_account'; export declare const useAvailablePaymentMethods: () => PaymentMethods[];