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