import { TokenEstimator } from './TokenEstimator';
export declare class TiktokenEstimator implements TokenEstimator {
    private enc;
    private initialized;
    initialize(): Promise<void>;
    estimate(text: string): number;
    dispose(): void;
}
//# sourceMappingURL=TiktokenEstimator.d.ts.map