export declare const JSONDATA: (data: any) => Record<string, any> | string | null;
export default JSONDATA;
