import { SupportedChatModels } from "@empiricalrun/shared-types/chat-agent"; export declare const resolveChatModelBasedOnInput: (requestedModel?: string) => SupportedChatModels; //# sourceMappingURL=models.d.ts.map