// This file was autogenerated by Hardhat, do not edit it.
// prettier-ignore
// tslint:disable
// eslint-disable
// biome-ignore format: see above

export interface UsingWitRandomness$Type {
  readonly _format: "hh3-artifact-1";
  readonly contractName: "UsingWitRandomness";
  readonly sourceName: "contracts/mockups/UsingWitRandomness.sol";
  readonly abi: [{"inputs":[],"name":"WIT_RANDOMNESS","outputs":[{"internalType":"contract WitRandomness","name":"","type":"address"}],"stateMutability":"view","type":"function"}];
  readonly bytecode: "0x";
  readonly deployedBytecode: "0x";
  readonly linkReferences: {};
  readonly deployedLinkReferences: {};
  readonly immutableReferences: {};
  readonly inputSourceName: "project/contracts/mockups/UsingWitRandomness.sol";
  readonly buildInfoId: "solc-0_8_30-47301052af11a5aa5062e9b98ca44d5e142950cf";
};

import "hardhat/types/artifacts";
declare module "hardhat/types/artifacts" {
  interface ArtifactMap {
    ["UsingWitRandomness"]: UsingWitRandomness$Type;
    ["contracts/mockups/UsingWitRandomness.sol:UsingWitRandomness"]: UsingWitRandomness$Type;
  }
}