/** Utility for accessing FuzzySet */ export default function fuzzymatch(name: string, names: string[]): any;