import { Abi } from 'viem'; /** * The Viem ABI for the Oracle precompile contract. * @category Cosmos Interoperability */ export declare const VIEM_ORACLE_PRECOMPILE_ABI: Abi;