export declare const JsonAdapter: { format(obj: any): string; parse(val: string): any; };