/**
 * Words that will be flagged as not allowed.
 */
export declare const flagWords: string[];
export default flagWords;
