///
import { Connection, PublicKey } from '@solana/web3.js';
export declare function getOpenbookCacheData(connection: Connection): Promise<{
marketInfos: never[] | {
publicKey: PublicKey;
accountInfo: import("@solana/web3.js").AccountInfo;
}[];
} | {
marketInfos?: undefined;
}>;
export declare function getOpenbookMarkets(data: any): Promise;