import type { RuntimePrompts } from "./store"; export type { PromptStore, RuntimePrompts } from "./store"; export declare function renderSystemPrompt(prompts: RuntimePrompts, protectedToolsExtension?: string, manual?: boolean, subagent?: boolean): string; //# sourceMappingURL=index.d.ts.map