import { type SyncerStatus } from "https://deno.land/x/earthstar@v10.0.0/src/entries/universal.ts";
A map of sync statuses by the share address they're associated with.
definition: Record<ShareAddress, { docs: SyncAgentStatus; attachments: AttachmentTransferReport[]; }>