/** * Model-catalog fixtures: the catalogue the chat surfaces price per-message * cost against and the composer model picker lists. Same shapes the playground * ships, typed against the package's own `CatalogModel`. */ import type { CatalogModel } from '../../web-react'; export declare const catalogModels: CatalogModel[];