import type { MercadoPagoConfig } from '../../../mercadoPagoConfig'; export declare type CustomerCardGetRemoveClient = { customerId: string; cardId: string; config: MercadoPagoConfig; };