import { StorageAggregator } from '../../moduleStorages/moduleStorage';
import GlobalConfigService from '../globalConfigService';
import { OverlayService } from '../overlayService';
import { WalletService } from '../walletService';
export declare class UnderConstructionService {
    private _globalConfigService;
    private _walletService;
    private overlayService;
    private _storageAggregator;
    private tokenFactory;
    constructor(_globalConfigService: GlobalConfigService, _walletService: WalletService, overlayService: OverlayService, _storageAggregator: StorageAggregator);
    private _init;
    getCounterStake(appId: string): Promise<number>;
}
