import type { NgramFeature } from '../feature' export type NgramFeatureWithDistance = NgramFeature & { distance: number }