declare const getJSONVal: (val: string) => [Error | null, any];
export { getJSONVal };
export default getJSONVal;
