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 };