import { Currency, ShopCurrency } from "../../types"; export declare function parseShopCurrency(currency: ShopCurrency): Currency;