export default function unescape(text: string, restoreBackslashes?: boolean, respectWhitespace?: boolean): string;
