import { type Api, type Model } from "@mariozechner/pi-ai"; import type { OpenClawConfig } from "../config/types.openclaw.js"; export declare function prepareModelForSimpleCompletion(params: { model: Model; cfg?: OpenClawConfig; }): Model;