import type { Metric } from "./index.js"; /** * Metrics for letter counts: metrics solely based on the histogram of * letters/bigrams/trigrams in the slug. */ export declare function letterCountMetrics(): Metric[]; //# sourceMappingURL=letterCount.d.ts.map