import { SupportedChatModels } from "@empiricalrun/shared-types/chat-agent"; import { UniqueFrameInfos } from "@empiricalrun/shared-types/test-gen"; export declare function calculateOptimalBatchSize(model: SupportedChatModels, uniqueFrameInfos: UniqueFrameInfos[]): Promise; //# sourceMappingURL=model-limits.d.ts.map