import type { TreeViewItem } from '../types.js'; /** * Gets the check state for an item (true, false, or 'indeterminate') * * Provides visual feedback about a folder's state when it contains a mix * of checked and unchecked items, improving user understanding of the hierarchy */ export declare function getCheckState(item: TreeViewItem, itemMap: Map): boolean | 'indeterminate'; //# sourceMappingURL=getCheckState.d.ts.map