import { type OpenClawConfig } from "openclaw/plugin-sdk/provider-onboard"; export declare const OPENROUTER_DEFAULT_MODEL_REF = "openrouter/auto"; export declare function applyOpenrouterProviderConfig(cfg: OpenClawConfig): OpenClawConfig; export declare function applyOpenrouterConfig(cfg: OpenClawConfig): OpenClawConfig;