import { IItem } from "@esri/arcgis-rest-portal"; import { IRequestOptions } from "@esri/arcgis-rest-request"; import { IModel } from "../hub-types"; /** * Given an Item, fetch the data json and return an IModel * @param item * @param requestOptions * @returns */ export declare function fetchModelFromItem(item: IItem, requestOptions: IRequestOptions): Promise;