declare module "dtp-cleantext" { export function cleanText(text: string): string; export function filterText(text: string): string; }