import type { PilotDeckToolDefinition } from "../../tool/index.js"; export type ToolContribution = { tools: PilotDeckToolDefinition[]; };