import { ethers } from "ethers";
import { JsonFragment } from "@ethersproject/abi";
export declare function getContractInterface(fileName: string): ReadonlyArray<JsonFragment>;
export declare function getEthersInterface(fileName: string): ethers.utils.Interface;
