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