import { IItem } from '../../types'; /** * Check and see if an item is Hosted Service * @param item * @returns */ export declare const isHosted: (item: IItem) => boolean;