import { HTTPResponse } from '../../core/http'; import { Controller } from '../Controller'; import { IGrowthFundController } from './IGrowthFundController'; import { IServiceLocator } from '@goodgamestudios/webshop-utils'; export declare class GrowthFundController extends Controller implements IGrowthFundController { private env; private growthFundOfferTable; private growthFundPurchaseTable; private user; constructor(l: IServiceLocator); popupAction(): Promise; }