import { Fields } from './types'; declare const getDataByPath: (fields: Fields, path: string) => T; export default getDataByPath;