import { PriceJson } from '../../background/KoniTypes'; export declare const getTokenPrice: (priceIds: Array, currency?: string) => Promise;