export default function fuzzySearch(searchVal: any, data: any, initial: any): { pass: boolean; score: string; };