import type { ModelInfo } from "./types"; /** * Remove models that declare image output from a model catalog. * * This includes both dedicated image-generation models and language models * that can return mixed text-and-image output. */ export declare function filterImageOutputModels(models: Record): Record; //# sourceMappingURL=model-filters.d.ts.map