import type { OpenClawConfig } from "../config/types.openclaw.js";
export declare function isCliProvider(provider: string, cfg?: OpenClawConfig): boolean;
