declare function replaceSpecialCharacters(text: string): string;
export = replaceSpecialCharacters;
