import type { IArcGISContext } from "../types/IArcGISContext"; import { IHubEditableContent } from "../core/types/IHubEditableContent"; /** * Determines if the Hub Download API can be used for the given entity. * @param entity entity to check if Hub Download API can be used * @param context ArcGIS context * @returns whether the Hub Download API can be used */ export declare function canUseHubDownloadApi(entity: IHubEditableContent, context: IArcGISContext): boolean;