import { HubContractFunctions, HubContractEventType } from "@aut-labs/abi-types"; import { SDKContractGenericResponse } from "../models/response"; import SDKBaseContract from "./base.contract"; export declare class MembersContract extends SDKBaseContract { isMember(address: string): Promise>; }