import type { OpenClawConfig } from "../config/config.js";
export declare function buildModelAliasLines(cfg?: OpenClawConfig): string[];
