declare const stringify: (value: any) => any;
declare const decode: (str: string) => string;
export { stringify, decode };
