export declare function replaceLatinies(word: string): string;
export declare function hasLatinies(word: string): boolean;
