import type { ToolCallLocation } from "@agentclientprotocol/sdk"; /** ACP `locations` extracted only from known core filesystem tools. */ export declare function toolCallLocationsFromInput(toolName: string, input: unknown): Array | undefined;