import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; //#region src/channels/plugins/config-helpers.d.ts declare function setAccountEnabledInConfigSection(params: { cfg: KlawConfig; sectionKey: string; accountId: string; enabled: boolean; allowTopLevel?: boolean; }): KlawConfig; declare function deleteAccountFromConfigSection(params: { cfg: KlawConfig; sectionKey: string; accountId: string; clearBaseFields?: string[]; }): KlawConfig; declare function clearAccountEntryFields(params: { accounts?: Record; accountId: string; fields: string[]; isValueSet?: (value: unknown) => boolean; markClearedOnFieldPresence?: boolean; }): { nextAccounts?: Record; changed: boolean; cleared: boolean; }; //#endregion export { deleteAccountFromConfigSection as n, setAccountEnabledInConfigSection as r, clearAccountEntryFields as t };