import { OracleClient } from './types';
import { OracleSource } from '../types';
import { Connection } from '@solana/web3.js';
import { DriftProgram } from '../config';
export declare class OracleClientCache {
    cache: Map<string, OracleClient>;
    constructor();
    get(oracleSource: OracleSource, connection: Connection, program: DriftProgram): OracleClient;
}
//# sourceMappingURL=oracleClientCache.d.ts.map