declare const toAddSourceCardPaymentType: (v: string) => "card" | "direct_debit"; export type AddCardPaymentSourceType = ReturnType; export {};