export { getMostSimilar };
declare function getMostSimilar(word: string, words: string[]): null | string;
