import type { RuntimeEnv } from "../../runtime.js"; export declare function modelsSetCommand(modelRaw: string, runtime: RuntimeEnv): Promise;