/** * Mailbox - XState v5 Native Implementation * * Main module exports for the Mailbox library. */ export { from, isMailbox, isAddress, isMailboxType, Type, Event, State, type Mailbox as Interface, type MailboxOptions as Options, type Address, actions, SimulatedClock, waitFor, } from '../mailbox.js'; export { VERSION } from '../version.js'; export * as nil from '../nil.js'; export { validate, MailboxValidationError, } from '../validate.js'; //# sourceMappingURL=mod.d.ts.map