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