import { PaymentMethod } from "../../../types"; export declare const cleanUpSetupIntentQueryParams: (queryParams: URLSearchParams) => void; export declare const getPaymentMethodDisplayValues: (paymentMethod?: PaymentMethod) => { creditCard: string; expiration: string; };