import { CompletionModel } from "./ChatBot"; export type Limits = { whiteLabelAllowed: boolean; canUseOrganizationFeatures: boolean; maximumChatBots: number; maximumQuestionCreditsPerMonth: number; pageProcessingPerMonth: number; maximumCloudStorage: bigint; allowedModelsAndPrices: Record; maxSeats: number; };