import type { ToolDefinition } from "@/types"; import type { Exposes } from "../../expose/exposes.js"; /** * Builds the expose_remove tool for deleting expose endpoints. * Expects: endpointId references an existing endpoint. */ export declare function exposeRemoveToolBuild(exposes: Pick): ToolDefinition; //# sourceMappingURL=exposeRemoveToolBuild.d.ts.map