import { ModuleShopItem } from "../../types"; export declare const isAvailable: (item: ModuleShopItem) => boolean;