import type { NgramFeatureWithDistance } from './types'; import { Weight } from '../model'; export declare const proba: (weight: Weight, scale: number) => (feature: NgramFeatureWithDistance) => number; //# sourceMappingURL=proba.d.ts.map