import { TokenEstimator } from './TokenEstimator';
export declare class CharDivEstimator implements TokenEstimator {
    private divisor;
    constructor(divisor?: number);
    estimate(text: string): number;
}
//# sourceMappingURL=CharDivEstimator.d.ts.map