import {RankFunction} from './RankFunction'; export type MatchRankFunction = (value: string) => RankFunction;