import type { BotConfig } from "./config.js"; import type { MarkdownTableMode } from "./types.base.js"; export declare function resolveMarkdownTableMode(params: { cfg?: Partial; channel?: string | null; accountId?: string | null; }): MarkdownTableMode;