import { IItem } from '../../types'; /** * Check if the item is owned by Esri official accounts * @param item ArcGIS item to check * @returns boolean indicating if the item is owned by Esri official accounts */ export declare const isOwnedByEsri: (item: IItem) => boolean;