import { type Api, type Model } from '@earendil-works/pi-ai/compat'; /** * Small local supplement for official model aliases that may lag in pi-ai. * Keep this list narrow: full provider catalogs should come from pi-ai. */ export declare function getSupplementalModels(): Model[];