import type { BotConfig } from "../../config/config.js"; export declare function setAccountEnabledInConfigSection(params: { cfg: BotConfig; sectionKey: string; accountId: string; enabled: boolean; allowTopLevel?: boolean; }): BotConfig; export declare function deleteAccountFromConfigSection(params: { cfg: BotConfig; sectionKey: string; accountId: string; clearBaseFields?: string[]; }): BotConfig;