/**
 * List available models with optional fuzzy search
 */
import type { ModelRegistry } from "../core/model-registry.js";
/**
 * List available models, optionally filtered by search pattern
 */
export declare function listModels(modelRegistry: ModelRegistry, searchPattern?: string): Promise<void>;
//# sourceMappingURL=list-models.d.ts.map