import type { BotConfig } from "../../config/config.js"; import type { ChannelPlugin } from "./types.js"; export declare function resolveChannelDefaultAccountId(params: { plugin: ChannelPlugin; cfg: BotConfig; accountIds?: string[]; }): string; export declare function formatPairingApproveHint(channelId: string): string;