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