import type { ChannelId, ChannelAccountSnapshot } from "../channels/plugins/types.public.js"; export type ChannelRuntimeSnapshot = { channels: Partial>; channelAccounts: Partial>>; };