import { IGrowthFundOffer } from '../domain/IGrowthFundOffer'; import { IGrowthFundOfferTable } from './IGrowthFundOfferTable'; import { DbTable } from './DbTable'; import { IServiceLocator } from '@goodgamestudios/webshop-utils'; export declare class GrowthFundOfferTable extends DbTable implements IGrowthFundOfferTable { constructor(l: IServiceLocator); fetchByGameId(gameId: string): Promise; }