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