import type { AgentsSession } from "../session/types.js"; import type { Tool } from "./schema.js"; /** List the tool catalog. `category` is agent_api | context | standard. */ export declare const listTools: (session: AgentsSession) => Promise;