import { P as ProfanityCheckerConfig, a as ProfanityCheckResult } from './types-BuKh9tvV.js'; import { C as CheckProfanityResult } from './types-B9c_ik4k.js'; declare const useProfanityChecker: (config?: ProfanityCheckerConfig) => { result: CheckProfanityResult; checkText: (text: string) => ProfanityCheckResult; checkTextAsync: (text: string) => Promise; reset: () => void; isDirty: boolean; isWordProfane: (word: string) => boolean; }; export { useProfanityChecker };