import { IElectionsService, IGetSettingsResult } from "./IElectionsService"; import Web3 from "web3"; export declare class ElectionsService implements IElectionsService { private web3; private contarct; constructor(web3: Web3, address?: string); getSettings(): Promise; }