import { RoxStringBase } from '../entities'; export default class DynamicApi { entityProvider: any; flagRepository: any; client: any; constructor(entityProvider: any, flagRepository: any, client: any); genericValue(name: any, defaultValue: any, variations: any, context: any, callFlagType?: string, createFunction?: any, normalizeFunction?: typeof RoxStringBase._normalizeString): any; isEnabled(name: any, defaultValue: any, context?: any): any; value(name: any, defaultValue: any, variations?: any, context?: any): any; getNumber(name: any, defaultValue: any, variations: any, context: any): any; } //# sourceMappingURL=DynamicApi.d.ts.map