UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines 281 B
import { Fi as CliBackendPlugin } from "../../types-C0dQmare.js"; //#region extensions/anthropic/cli-backend.d.ts /** Build the Claude CLI backend plugin descriptor. */ declare function buildAnthropicCliBackend(): CliBackendPlugin; //#endregion export { buildAnthropicCliBackend };