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