import type { Feature } from "./index.js"; /** * Features for letter counts: things we can remark solely based on the * histogram of letters/bigrams/trigrams in the slug. */ export declare function letterCountFeatures(): Feature[]; //# sourceMappingURL=letterCount.d.ts.map