/// /// import { PublicKey } from '@solana/web3.js'; import { SolanaClient } from '../../../utils/clients/types'; export declare function getSwitchboardOnDemandPrice(client: SolanaClient, onDemandPubkey: PublicKey): Promise;