import type { RuntimeEnv } from "../../runtime.js"; export declare function modelsFallbacksListCommand(opts: { json?: boolean; plain?: boolean; }, runtime: RuntimeEnv): Promise; export declare function modelsFallbacksAddCommand(modelRaw: string, runtime: RuntimeEnv): Promise; export declare function modelsFallbacksRemoveCommand(modelRaw: string, runtime: RuntimeEnv): Promise; export declare function modelsFallbacksClearCommand(runtime: RuntimeEnv): Promise;