import { InjectionToken } from '@angular/core';
import { NgxGrowthbookConfiguration } from './ngx-growthbook.config';
export declare const NGX_GROWTHBOOK_CONFIG_TOKEN: InjectionToken<NgxGrowthbookConfiguration>;
