import { ProfanityChecker } from './profanityChecker';
declare const checker: ProfanityChecker;
export { checker as default, ProfanityChecker, };
