export interface RerankResponseUsage { /** The total number of tokens used for computing the reranking. */ totalTokens?: number; }