import { IItem } from '../../types'; /** * Check and see if the input Item is a Feature Collection * @param item * @returns */ export default function isFeatureCollection(item: IItem): boolean;