import type { TAbiItem } from '../../types/TAbi'; export declare namespace $web3Abi { /** Normalize user input by normalizing to the array of TAbiItems */ function ensureAbis(abi: string | TAbiItem | TAbiItem[]): (TAbiItem & { signature?: any; })[]; }