import { ChainId } from '@sky-mavis/katana-core';
/**
 * Get RON price (USD) from Pyth
 * @param chainId - Network chain ID
 * @returns RON price (USD)
 */
declare const getRonPricePyth: (chainId: ChainId) => Promise<number>;
export { getRonPricePyth };
//# sourceMappingURL=get-ron-price-pyth.d.ts.map