export declare function isJSON(data: unknown): boolean;
export declare function toJSON(data: unknown): any;
