import type { AvailableModel } from '../../execution/AvailableModel';
/**
 * List of available models in Ollama library
 *
 * Note: Synced with official API docs at 2025-08-20
 *
 * @see https://ollama.com/library
 *
 * @public exported from `@promptbook/ollama`
 */
export declare const OLLAMA_MODELS: ReadonlyArray<AvailableModel>;
