import type { ToolDefinition } from "@/types"; import type { Exposes } from "../../expose/exposes.js"; /** * Builds the expose_create tool for creating public or LAN endpoints. * Expects: exactly one target input is provided (port or unixSocket). */ export declare function exposeCreateToolBuild(exposes: Pick): ToolDefinition; //# sourceMappingURL=exposeCreateToolBuild.d.ts.map