import type { SettingItem } from "@earendil-works/pi-tui"; import type { SettingsSectionContext } from "./settings-section-context.js"; export declare const buildPrewalkSection: ({ config, theme, options, persist }: Pick, "config" | "theme" | "options" | "persist">) => SettingItem; export declare const buildAgentsSection: ({ config, theme, apply, options, persist }: Pick, "config" | "theme" | "apply" | "options" | "persist">) => SettingItem; //# sourceMappingURL=settings-sections-agents.d.ts.map