export interface ExpServiceProvider { getTreatmentVariableAsync(configId: string, name: string, checkCache?: boolean): Promise; } //# sourceMappingURL=exp.d.ts.map