import type { ToolDefinition } from "@/types"; import type { Exposes } from "../../expose/exposes.js"; /** * Builds the expose_list tool for listing active expose endpoints. * Expects: expose module is started. */ export declare function exposeListToolBuild(exposes: Pick): ToolDefinition; //# sourceMappingURL=exposeListToolBuild.d.ts.map