import { IItem } from '../../types'; /** * check if the input item is one of the layers item types * @param item * @returns */ export declare const checkIsLayer: (item: IItem) => boolean;