import { IItem } from "@esri/arcgis-rest-portal"; /** * Consistent means to get an item's identifier - either the slug or the id * @param item * @returns */ export declare function getItemIdentifier(item: IItem, includeIdInSlug?: boolean): string;