/**
* Tokenizer function is used to calculate the length of the chatbot memory buffer so that
* it can be truncated if it exceeds context window of the model.
*/exportdeclareconstmistralTokenizer: (text: string) =>number;
//# sourceMappingURL=MistralTokenizer.d.ts.map