export interface SmartContractDefinition { readonly networks: SmartContractNetworksDefinition; readonly abi: ABI; readonly sourceMaps?: SourceMaps; }