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