import { PaymentMethod } from './types'; export declare const getShopWalletPassId: (interaction: any) => Promise; export declare const reorderPaymentMethodList: (paymentMethodList: PaymentMethod[], interaction: any) => Promise;