import Web3 from 'web3'; export declare class CoordinatorManager { private _address; private _burnAuctionAddress?; private _web3; private _burnAuction; urlUpdateSubscription?: any; urlsByAddress: { [addr: string]: string; }; functionalUrlByAddress: { [addr: string]: string | undefined; }; constructor(address: string, web3: Web3); loadUrls(count?: number): Promise; updateUrl(addr: string): Promise; activeCoordinator(): Promise; activeCoordinatorUrl(): Promise; coordinatorUrl(addr: string): Promise; start(): Promise; stop(): Promise; burnAuctionAddress(): Promise; burnAuction(): Promise; } //# sourceMappingURL=coordinator-manager.d.ts.map