import { AFFINITY_CALCULATION_STRATEGY } from "../../enums";
import type { Mask } from "./Mask";
import type CaretString from "../model/CaretString";
/**
 * Calculates an affinity score based on the specified strategy.
 */
export declare function calculateAffinityOfMask(strategy: AFFINITY_CALCULATION_STRATEGY, mask: Mask, text: CaretString): number;
//# sourceMappingURL=affinityCalculationStrategy.d.ts.map