import type { KlawConfig } from "../../config/types.klaw.js"; import { type ToolsCatalogResult } from "../protocol/index.js"; import type { GatewayRequestHandlers } from "./types.js"; export declare function buildToolsCatalogResult(params: { cfg: KlawConfig; agentId?: string; includePlugins?: boolean; }): ToolsCatalogResult; export declare const toolsCatalogHandlers: GatewayRequestHandlers;