declare const escape: (string: string) => string; declare const unescape: (string: string) => string; export { escape, unescape };