export function decode(value: string, encoding?: string): string;
export function encode(value: string, encoding?: string): string;
export function escape(value: string): string;
export function unescape(value: string): string;
