import { type Trie } from '@kamilmielnik/trie'; import { type Locale } from '@scrabble-solver/types'; import type { Cache } from '../types'; export declare const createCacheTimestampComparator: (locale: Locale) => (a: Cache, b: Cache) => number;