export declare function JSONStringify(value: any): string; export declare function JSONParse(json: any): any; export declare function isBigInt(value: any): boolean;