import type { AgentInboxItem } from "./agentTypes.js"; /** * Deserializes a persisted inbox item payload from durable storage. * Expects: payload must include a known AgentInboxItem type discriminator. */ export declare function inboxItemDeserialize(serialized: string): AgentInboxItem; //# sourceMappingURL=inboxItemDeserialize.d.ts.map