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