import { PaymentProfileStatus } from '../../models'; export declare enum PaymentProfileActions { PREVIEW = "PREVIEW", DELETE = "DELETE", USE_FOR_SUBSCRIPTION_BILLING = "USE_FOR_SUBSCRIPTION_BILLING" } export declare const usePaymentProfileAvailableActions: (status: PaymentProfileStatus) => PaymentProfileActions[];