export declare function escapeString(s: string): string;
export declare function unescapeString(s: string): string;
