import { IItem } from "@esri/arcgis-rest-portal"; import { IHubEditableContent } from "../../core/types/IHubEditableContent"; import { IHubRequestOptions } from "../../hub-types"; import { IHubEditableContentEnrichments } from "../../items/_enrichments"; /** * Convert an Item to an editable Hub Content object, * fetch any additional information that may be required */ export declare const convertItemToContentHubIndex: (item: IItem, requestOptions: IHubRequestOptions, enrichments?: IHubEditableContentEnrichments) => Promise;