export declare const toJSON: (obj: unknown) => string;
export declare const fromJSON: (json: string) => any;
