export declare const fuzzy: (words: string, dataset?: Array<string>) => string | undefined;
