export function isParentOf(parent: AbstractType, child: Item | null): boolean; import { AbstractType } from "../types/AbstractType.js"; import { Item } from "../structs/Item.js";