export function encodeURIParameters(params: any): string; export function decodeURIParameters(encoded: any): any;