import type { BotConfig } from "../config/config.js"; export declare function resolveDiscordDraftStreamingChunking(cfg: BotConfig | undefined, accountId?: string | null): { minChars: number; maxChars: number; breakPreference: "paragraph" | "newline" | "sentence"; };