export interface TypechainConfig {
  outDir?: string;
  target?: "ethers-v4" | "ethers-v5" | "truffle" | "web3-v1" | "truffle-v5";
}
