import { web3 } from '@coral-xyz/anchor';
import { OraclePriceFeedType } from './BanxMarket.types';
export declare function getOraclePublicKey(oracleFeedType: OraclePriceFeedType, oraclePriceFeed: number[]): web3.PublicKey;
