/** * synthesize-external-tool — build a manifest-derived synthetic {@link Tool} for * EXTERNAL provenance, so the HOST can register + mount an external tool's * commands WITHOUT importing its untrusted runtime (ADR-0054 M4-G capstone). */ import { defineTool, type ToolPluginManifest } from '@opensip-cli/core'; export declare function synthesizeExternalTool(manifest: ToolPluginManifest): ReturnType; //# sourceMappingURL=synthesize-external-tool.d.ts.map