import type { AvailableModel } from '../../execution/AvailableModel';
/**
 * List of available models in Ollama library
 *
 * Note: Done at 2025-05-19
 *
 * @see https://ollama.com/library
 * @public exported from `@promptbook/ollama`
 */
export declare const OLLAMA_MODELS: ReadonlyArray<AvailableModel>;
/**
 * TODO: [🚸] Not all models are compatible with JSON mode, add this information here and use it
 * Note: [💞] Ignore a discrepancy between file name and entity name
 */
