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