import { ModuleShopItem, ShopData } from "../../types"; export declare function userCanAfford(item: ModuleShopItem, shop: Partial): boolean;