import escape from './escape'; declare function unescape(str: string): string; export default unescape;