import { CostPerToken } from "./types/CostPerToken"; import { CompletionModel, EmbeddingModel } from "./types/Model"; export declare const COST_PER_TOKEN_COMPLETION: CostPerToken; export declare const COST_PER_TOKEN_EMBEDDING: CostPerToken;