import { type OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; export declare function resolveDiscordDraftStreamingChunking(cfg: OpenClawConfig | undefined, accountId?: string | null): { minChars: number; maxChars: number; breakPreference: "paragraph" | "newline" | "sentence"; };