import { IGrowthFundPurchase } from '../domain/IGrowthFundPurchase'; import { IGrowthFundPurchaseTable } from './IGrowthFundPurchaseTable'; import { DbTable } from './DbTable'; import { IServiceLocator } from '@goodgamestudios/webshop-utils'; export declare class GrowthFundPurchaseTable extends DbTable implements IGrowthFundPurchaseTable { constructor(l: IServiceLocator); fetchByPing(ping: string): Promise; }