export interface IFeatureControlContext { readonly userId?: number; readonly sessionId?: string; readonly remoteAddress?: string; readonly properties?: { [key: string]: any; }; readonly appName?: string; readonly environment?: string; readonly [key: string]: any; } //# sourceMappingURL=feature-control-context.interface.d.ts.map