/** * Removes niqqud from Hebrew string */ export declare function hebrewStripNikkud(str: string): string;