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