export declare function findClosestWord(word: string, list: string[], maxDistance?: number): string | null;
