/** Metadata-only unread projection, shared by serving and the offline migration. */ export declare function computeEndpointUnreadProjection(principalId: string, conversation: Record | undefined, member: Record | undefined): { unmutedAtMs: number; } | null;