import type { ArcGISIdentityManager } from "@esri/arcgis-rest-request"; /** * Fetch image from a url, then upload to an item as it's thumbnail * @param {object} options */ export declare function fetchAndUploadThumbnail(options: { id: string; owner: string; fileName: string; url: string; authentication: ArcGISIdentityManager; }): Promise;