import { Connection, PublicKey } from '@solana/web3.js'; import { InstructionsWithAccounts } from '../types'; export declare function createExternalPriceAccount(connection: Connection, payer: PublicKey): Promise>;