import type { MercadoPagoConfig } from '../../../mercadoPagoConfig';
import type { Options } from '../../../types';
export declare type ChargebackGetClient = {
id: string;
config: MercadoPagoConfig;
};
export declare type ChargebackGetData = {
id: string;
requestOptions?: Options;
};