interface StatusParams { accountId: string; mailbox?: string; } /** * Report the health of every attached mailbox — this is the list surface the * agent reads to see which mailboxes exist before naming one in a selector. * A `mailbox` argument narrows the report to that one mailbox; an unmatched * selector is refused, naming the stored identities. */ export declare function emailStatus(params: StatusParams): Promise; export {}; //# sourceMappingURL=email-status.d.ts.map