declare const removeCharacters: (str: string, chars: string) => string; export default removeCharacters;