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