import { IBizJson, TGetData } from '../types';
export default function getData(json: IBizJson, getter?: TGetData): any;
