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