import { BooleanRankFunction } from './BooleanRankFunction'; export type BooleanMatchFunction = (search: string) => BooleanRankFunction;