import { AbiItem } from "web3-utils";
export declare function getAbi(fileName: string): AbiItem[];
