import { type ContractRunner } from "ethers"; import type { RegistryEnabled, RegistryEnabledInterface } from "../../abstract/RegistryEnabled"; export declare class RegistryEnabled__factory { static readonly abi: readonly [{ readonly inputs: readonly []; readonly name: "registry"; readonly outputs: readonly [{ readonly internalType: "contract IContractRegistry"; readonly name: ""; readonly type: "address"; }]; readonly stateMutability: "view"; readonly type: "function"; }]; static createInterface(): RegistryEnabledInterface; static connect(address: string, runner?: ContractRunner | null): RegistryEnabled; }