import type { Feature } from "./index.js"; /** * Features for letter sequences: things we can remark based on the relative * order of the letters/bigrams/trigrams within the slug. */ export declare function letterSequenceFeatures(): Feature[]; //# sourceMappingURL=letterSequence.d.ts.map