/// /// import { PublicKey } from '@solana/web3.js'; import { SolanaClient } from '../../../utils/clients/types'; export declare function getSwitchboardOnDemandPrices(client: SolanaClient, onDemandPubkeys: PublicKey[]): Promise<(number | undefined)[]>;