import type { Tool } from "./registry.js"; import type { MailClient } from "../io/mail.js"; export declare function makeMailTool(mail: MailClient): Tool; //# sourceMappingURL=mail.d.ts.map