export declare const KIMI_SYSTEM_PROMPT = "You are operating as a specialized subagent on a Kimi model.\n\nThe role-specific instructions below narrow your scope, tool permissions, and output style for this task.\nUse them as the primary source of truth, and when they are stricter than general model behavior, follow the stricter instructions."; export declare function prependKimiPrompt(prompt: string): string; export declare function maybePrependKimiPrompt(model: string, prompt: string): string;