/** * Adds another inbox (agent account) on the project's domain — e.g. a * hello@ next to contact@. Each inbox logs into the same deployed app with * its own email + password. */ export declare function runInboxAdd(opts: { name?: string; }): Promise; /** Rotates an Agent Account password without recreating the mailbox or deleting mail. */ export declare function runInboxResetPassword(opts: { name?: string; email?: string; }): Promise; //# sourceMappingURL=inbox.d.ts.map