export declare class ExperimentContext { getExperimentId(): string; getVariant(): string; getSyncVersion(): number; getReferenceDocumentation(): string; getErrorMsg(): string; }