UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 207 B
import { runExec } from "../process/exec.js"; import { type RuntimeEnv } from "../runtime.js"; export declare function ensureBinary(name: string, exec?: typeof runExec, runtime?: RuntimeEnv): Promise<void>;