11cb0ef41Sopenharmony_cideclare function InternalBinding(binding: 'config'): {
21cb0ef41Sopenharmony_ci  isDebugBuild: boolean;
31cb0ef41Sopenharmony_ci  hasOpenSSL: boolean;
41cb0ef41Sopenharmony_ci  fipsMode: boolean;
51cb0ef41Sopenharmony_ci  hasIntl: boolean;
61cb0ef41Sopenharmony_ci  hasTracing: boolean;
71cb0ef41Sopenharmony_ci  hasNodeOptions: boolean;
81cb0ef41Sopenharmony_ci  hasInspector: boolean;
91cb0ef41Sopenharmony_ci  noBrowserGlobals: boolean;
101cb0ef41Sopenharmony_ci  bits: number;
111cb0ef41Sopenharmony_ci  hasDtrace: boolean;
121cb0ef41Sopenharmony_ci};
13