import { BuyProps } from './types'; declare const buy: ({ itemId, userId, isPrefab, data }: BuyProps) => void; export { buy };