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