export declare enum CensorType { Word = 0, FirstChar = 1, FirstVowel = 2, AllVowels = 3 }