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