/** * Tests for `totem mail` (mmnto-ai/totem#1970, ADR-106 § 3 / ADR-107). * * Filesystem-driven: every test builds a fresh `/workspace//.totem/orchestration/` * tree, exercises the poll, and asserts on the structured `MailPollResult`. * Skips the human-text formatter path except where the formatter's behavior * itself is under test — JSON output is the durable contract for hook * consumers, the text output is human-only. */ export {}; //# sourceMappingURL=mail.test.d.ts.map