interface ReplyParams { accountId: string; mailbox?: string; messageId: string; body: string; html?: string; replyAll?: boolean; cc?: string[]; bcc?: string[]; attachments?: string[]; } export declare function emailReply(params: ReplyParams): Promise; export {}; //# sourceMappingURL=email-reply.d.ts.map