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