import { TFunction } from 'react-i18next'; import { OptionType } from '@chargify/custom-ui-components'; import { PaymentProfileActions } from '../../hooks'; import { PaymentProfileType } from '../../models/paymentProfile'; export declare const getPaymentMethodOptions: (type: PaymentProfileType, t: TFunction<'subscriptions-manager'[]>, availableActions: PaymentProfileActions[]) => OptionType[];