export interface TokenEstimator {
    estimate(text: string): number;
}
//# sourceMappingURL=TokenEstimator.d.ts.map