import type { IItem } from "@esri/arcgis-rest-portal"; /** * We do our best to glean what the solution template * is supposed to become when deployed. This util * extracts the expected item type from the * hubSolutionType typeKeyword on the solution item * * We use this in various UIs to show the expected * type rather than "Solution" * * @param template */ export declare const getDeployedTemplateType: (template: IItem) => string;