export declare function encodeObjectToUlrParams(obj: any): string; export declare function decodeUlrParamsToObject(params: string): {};