import { NetworkConfig } from "hardhat/types"; export declare function addGasToAbiMethods(networkConfig: NetworkConfig, abi: any[]): any[]; export declare function removeGasFromAbiMethods(abi: any[]): any[]; //# sourceMappingURL=artifactUtils.d.ts.map