import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class ProfanityFilterSystemObject { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); static findProfaneWordForKeywordBasedMode(requesterId?: string, messageTxt?: string, language?: string): Record; persistProfanityFilteredAgentMessages(requestPayload?: any, responsePayload?: any): void; } //# sourceMappingURL=ProfanityFilterSystemObject.d.ts.map