export function urlEncode(str: string): string;
export function urlDecode(str: string): string;
