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