export type AgentPromptFilesPaths = { soulPath: string; userPath: string; agentsPath: string; toolsPath: string; }; /** * Ensures the default prompt files (SOUL, USER, AGENTS, TOOLS) exist on disk. * Expects: caller wants bundled defaults written when missing. */ export declare function agentPromptFilesEnsure(paths: AgentPromptFilesPaths): Promise; //# sourceMappingURL=agentPromptFilesEnsure.d.ts.map