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