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