import { BigNumber, providers, Signer } from "ethers"; import { SystemContractInstance } from "../SystemContractInstance"; import { MasterDAORegistry } from "../../ethers-contracts"; export declare class MasterDAORegistryInstance extends SystemContractInstance { constructor(signer: Signer | providers.Provider, address: string); countPools(): Promise; }