import { Libraries } from "@nomicfoundation/hardhat-ethers/types";
export interface ContractByName {
    name: string;
    address: string;
    network?: string;
    libraries?: Libraries;
}
//# sourceMappingURL=Contract.d.ts.map