declare function jsStringEscape(str: any): string;

export = jsStringEscape;
