/**
 * Profanity option.
 * Added in version 1.7.0.
 */
export declare enum ProfanityOption {
    Masked = 0,
    Removed = 1,
    Raw = 2
}
