import { UpdatedPriceFeedEventOnChain } from "../oracleCastingTypes"; import { UpdatedPriceFeedEvent } from "../oracleTypes"; export declare class OracleApiCasting { static updatedPriceFeedEventFromOnChain: (eventOnChain: UpdatedPriceFeedEventOnChain) => UpdatedPriceFeedEvent; } //# sourceMappingURL=oracleApiCasting.d.ts.map