import { TRANSACTION_PAYMENT_OPTIONS } from './constants'; export { TRANSACTION_PAYMENT_OPTIONS as PAYMENT_OPTIONS }; export declare const isPaymentAuthority: (paymentOption: any) => boolean; export declare const isExistingPaymentCard: (paymentOption: any) => boolean; export declare const isNewPaymentCard: (paymentOption: any) => boolean; export declare const isLink: (paymentOption: any) => boolean; export declare const isPaymentCard: (paymentOption: any) => boolean; export declare const isPayInPerson: (paymentOption: any) => boolean; export declare const isProcessOutsideMedipass: (paymentOption: any) => boolean; export declare const isSendToPhone: (paymentOption: any) => boolean; export declare const isPaymentHold: (paymentOption: any) => boolean; export declare const isInstalmentPlan: (paymentOption: any) => boolean; export declare const isTerminal: (paymentOption: any) => boolean;