/**
 * Export the `ProfanityChecker` class from the `profanityChecker.js` file.
 * This class is responsible for checking and censoring bad words in sentences.
 */
export { ProfanityChecker } from './profanityChecker.js';
/**
 * Export the `ProfanityConfig` class from the `profanityConfig.js` file.
 * This class is used for configuring global settings such as bad words, censor character, and whitelisted words.
 */
export { ProfanityConfig } from './profanityConfig.js';
//# sourceMappingURL=index.d.ts.map