import { IHttpRequestOptions } from 'n8n-workflow';
export declare function estornoPagamento(baseURL: string, access_token: string, chargeId: string, amount: number): Promise<IHttpRequestOptions>;
