// This file was autogenerated by hardhat-viem, do not edit it.
// prettier-ignore
// tslint:disable
// eslint-disable

import "hardhat/types/artifacts";
import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types";

import { OwnershipFacet$Type } from "./OwnershipFacet";

declare module "hardhat/types/artifacts" {
  interface ArtifactsMap {
    ["OwnershipFacet"]: OwnershipFacet$Type;
    ["contracts/facets/OwnershipFacet.sol:OwnershipFacet"]: OwnershipFacet$Type;
  }

  interface ContractTypesMap {
    ["OwnershipFacet"]: GetContractReturnType<OwnershipFacet$Type["abi"]>;
    ["contracts/facets/OwnershipFacet.sol:OwnershipFacet"]: GetContractReturnType<OwnershipFacet$Type["abi"]>;
  }
}
