declare const removeSpecialChars: (str: string) => string;
export default removeSpecialChars;
