/**
 * 转义工作
 */
export declare function escape(str: string): string;
