import { type OpenClawConfig } from "openclaw/plugin-sdk/provider-onboard"; export declare const OPENCODE_ZEN_DEFAULT_MODEL_REF = "opencode/claude-opus-4-6"; export declare function applyOpencodeZenProviderConfig(cfg: OpenClawConfig): OpenClawConfig; export declare function applyOpencodeZenConfig(cfg: OpenClawConfig): OpenClawConfig;