import { IItem } from '../../types'; export declare const isWebmap: (item: IItem) => boolean;