import { ExperimentContext } from "./ExperimentContext.js"; import { FeedBackResponse } from "./FeedBackResponse.js"; export declare class ExperimentationService { static clearCache(experimentParameterName: string): void; static getContext(experimentParameterName: string, fallbackVariantValue: string): ExperimentContext; static recordFeedback(experimentParameterName: string, feedbackMap: Record): FeedBackResponse; static toExpObject(json: string): any; } //# sourceMappingURL=ExperimentationService.d.ts.map