import { IHttpRequestOptions } from 'n8n-workflow';
export declare function alterarVencimentoParcela(baseURL: string, access_token: string, carneId: string, parcela: string, novoVencimento: string): Promise<IHttpRequestOptions>;
