import type { MethodTypeValue } from '../types';
/** The payment methods accepted by the SDK */
type MethodTypeConstants = 'ACH' | 'AFTERPAY_CLEARPAY' | 'APPLE_PAY' | 'CARD' | 'CASH_APP_PAY' | 'GIFT_CARD' | 'GOOGLE_PAY';
export declare const MethodType: Record<MethodTypeConstants, MethodTypeValue>;
export {};
