import { ItemElement } from '../types/Elements';

/**
 * Check if passed item has the sublist
 * @param item - item to be checked wherever it has sublist
 */
export declare function itemHasSublist(item: ItemElement): boolean;
