import { Context } from '../imports/Context' import { Function } from '../imports/Function' 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 }