declare function escape(str: string): string;

export = escape;
