export function isParentOf(parent: AbstractType<any>, child: Item | null): boolean;
import { AbstractType } from "../types/AbstractType.js";
import { Item } from "../structs/Item.js";
//# sourceMappingURL=isParentOf.d.ts.map