export declare type Idioms = {
    letter: string;
    found: boolean;
};
declare const _default: (word: string) => string;
export default _default;
