export declare function filterOfferedAgentModelProviders<TProvider>(catalog: Record<string, TProvider>): Record<string, TProvider>;
