export declare function stringify(value: unknown): string; export declare function parse(value: string): any;