export declare function escape(text: string): string; export declare function unescape(text: string): string;