import type { AgentInboxItem } from "./agentTypes.js"; /** * Serializes an inbox item for durable storage. * Expects: item is a valid AgentInboxItem payload. */ export declare function inboxItemSerialize(item: AgentInboxItem): string; //# sourceMappingURL=inboxItemSerialize.d.ts.map