import { Dictionary } from './dictionary'; export declare function correct(dictionary: Dictionary, potentialWord: string): string;