declare function decode(input: any): any; declare function encode(object: any): string; export { decode, encode };