declare function isProfane(msg: string, threshold: number): Promise<boolean>;
export { isProfane };
