import type { KlawConfig } from "../config/types.klaw.js"; export declare function resolveSystemPromptOverride(params: { config?: KlawConfig; agentId?: string; }): string | undefined;