import { type IDataObject, type IExecuteFunctions } from 'n8n-workflow';
import type { GmailMessage } from '../types';
export declare function replyToEmail(this: IExecuteFunctions, gmailId: string, options: IDataObject, itemIndex: number, nodeVersion: number): Promise<GmailMessage>;
//# sourceMappingURL=replyToEmail.d.ts.map