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