import type { TAnyObject } from 'tsfn'; export declare const encodeUrl: (obj: TAnyObject) => string; export declare const decodeUrl: (hash: string) => TAnyObject;