/** * mailbox 命令 - mailbox 观察与维护入口 */ import { Command } from 'commander'; export declare function createMailboxCommand(): Command; export declare function listMailboxes(basePath?: string): Promise; export declare function readMailbox(workerId: string, options: { all?: boolean; markRead?: boolean; }, basePath?: string): Promise; export declare function clearMailbox(workerId: string, basePath?: string): Promise; //# sourceMappingURL=mailbox.d.ts.map