import { type Model } from '.'; export declare function getProviderName(name: string): string; /** * Gets the provider and title from a model ID string. */ export declare function getModelInfo(modelID: string): { provider: string; title: string; }; export declare function isCodyProModel(model: Model): boolean; export declare function isLocalModel(model: Model): boolean; export declare function isCustomModel(model: Model): boolean; export declare function isOllamaModel(model: Model): boolean; //# sourceMappingURL=utils.d.ts.map