export interface ClientContext { environment: 'development' | 'production'; }