import { Item } from 'prismarine-item';
export declare const isItemActivatable: (version: string, item: Pick<Item, "name">) => boolean;
