import { Item } from "../data"; export declare function isItem(value: unknown): value is Item;