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