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