export declare function encode(obj: any, pfx?: string): string; export declare function decode(str: any): {};