import type { ChannelAccountSnapshot, ChannelStatusIssue } from "../types.js";
export declare function collectBlueBubblesStatusIssues(accounts: ChannelAccountSnapshot[]): ChannelStatusIssue[];
