@tsonic/dotnet 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  2. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  3. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  4. package/System/internal/index.d.ts +79 -72
  5. package/System.Buffers/internal/index.d.ts +1 -1
  6. package/System.Buffers.d.ts +11 -2
  7. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  8. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  9. package/System.Collections.Concurrent.d.ts +11 -2
  10. package/System.Collections.Generic/internal/index.d.ts +10 -0
  11. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  12. package/System.Collections.ObjectModel.d.ts +11 -2
  13. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  14. package/System.ComponentModel/internal/index.d.ts +11 -7
  15. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  16. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  17. package/System.Data/internal/index.d.ts +12 -7
  18. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  19. package/System.Data.d.ts +17 -4
  20. package/System.Diagnostics/internal/index.d.ts +19 -19
  21. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  22. package/System.Diagnostics.Metrics.d.ts +11 -2
  23. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  24. package/System.Drawing/internal/index.d.ts +7 -7
  25. package/System.Dynamic/internal/index.d.ts +2 -2
  26. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  27. package/System.Globalization/internal/index.d.ts +1 -1
  28. package/System.IO/internal/index.d.ts +9 -9
  29. package/System.Linq/internal/index.d.ts +5 -0
  30. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  31. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  32. package/System.Linq.Expressions.d.ts +11 -2
  33. package/System.Linq.d.ts +35 -10
  34. package/System.Net/internal/index.d.ts +6 -2
  35. package/System.Net.Http/internal/index.d.ts +1 -1
  36. package/System.Net.Security/internal/index.d.ts +1 -1
  37. package/System.Net.ServerSentEvents.d.ts +11 -2
  38. package/System.Net.Sockets/internal/index.d.ts +2 -2
  39. package/System.Numerics/internal/index.d.ts +61 -21
  40. package/System.Numerics.d.ts +11 -2
  41. package/System.Reflection/internal/index.d.ts +3 -3
  42. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  43. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  44. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  45. package/System.Resources/internal/index.d.ts +2 -0
  46. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  47. package/System.Runtime.CompilerServices.d.ts +41 -12
  48. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  49. package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
  50. package/System.Runtime.InteropServices.Swift.d.ts +11 -2
  51. package/System.Runtime.InteropServices.d.ts +11 -2
  52. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  53. package/System.Runtime.Intrinsics.d.ts +29 -8
  54. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  55. package/System.Security.AccessControl.d.ts +23 -6
  56. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  57. package/System.Security.Principal/internal/index.d.ts +1 -1
  58. package/System.Text/internal/index.d.ts +10 -9
  59. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  60. package/System.Text.Json/internal/index.d.ts +1 -1
  61. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  62. package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
  63. package/System.Text.Json.Serialization.d.ts +23 -6
  64. package/System.Threading/internal/index.d.ts +5 -5
  65. package/System.Threading.Channels.d.ts +13 -2
  66. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  67. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  68. package/System.Threading.Tasks.Dataflow.d.ts +21 -2
  69. package/System.Threading.Tasks.Sources.d.ts +11 -2
  70. package/System.Threading.Tasks.d.ts +29 -8
  71. package/System.Transactions/internal/index.d.ts +1 -1
  72. package/System.Xml.Linq/internal/index.d.ts +10 -10
  73. package/System.d.ts +75 -14
  74. package/families.json +359 -0
  75. package/package.json +1 -1
  76. package/tsconfig.json +2 -1
@@ -36,8 +36,23 @@ export { JSType_Error as JSType_Error } from './System.Runtime.InteropServices.J
36
36
  export { JSType_MemoryView as JSType_MemoryView } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
37
37
  export { JSType_Array_1 as JSType_Array } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
38
38
  export { JSType_Promise_1 as JSType_Promise } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
39
- export { JSType_Function as JSType_Function_0 } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
40
- export { JSType_Function_1 as JSType_Function } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
41
39
  export { JSType_Any as JSType_Any } from './System.Runtime.InteropServices.JavaScript/internal/index.js';
42
40
  export type JSMarshalerArgument_ArgumentToManagedCallback<T> = Internal.JSMarshalerArgument_ArgumentToManagedCallback_1<T>;
43
41
  export type JSMarshalerArgument_ArgumentToJSCallback<T> = Internal.JSMarshalerArgument_ArgumentToJSCallback_1<T>;
42
+
43
+ // Multi-arity family sentinel (detects unspecified type parameters)
44
+ declare const __unspecified: unique symbol;
45
+ export type __ = typeof __unspecified;
46
+
47
+ export type JSType_Function<
48
+ T1 = __,
49
+ T2 = __,
50
+ T3 = __,
51
+ T4 = __,
52
+ > =
53
+ [T1] extends [__] ? Internal.JSType_Function :
54
+ [T2] extends [__] ? [T1] extends [Internal.JSType] ? Internal.JSType_Function_1<T1> : never :
55
+ [T3] extends [__] ? [T1] extends [Internal.JSType] ? [T2] extends [Internal.JSType] ? Internal.JSType_Function_2<T1, T2> : never : never :
56
+ [T4] extends [__] ? [T1] extends [Internal.JSType] ? [T2] extends [Internal.JSType] ? [T3] extends [Internal.JSType] ? Internal.JSType_Function_3<T1, T2, T3> : never : never : never :
57
+ [T1] extends [Internal.JSType] ? [T2] extends [Internal.JSType] ? [T3] extends [Internal.JSType] ? [T4] extends [Internal.JSType] ? Internal.JSType_Function_4<T1, T2, T3, T4> : never : never : never : never;
58
+
@@ -9,7 +9,16 @@ import * as Internal from './System.Runtime.InteropServices.Swift/internal/index
9
9
  import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
10
10
 
11
11
  // Public API exports (curated - no internal $instance/$views leakage)
12
- export { SwiftSelf as SwiftSelf_0 } from './System.Runtime.InteropServices.Swift/internal/index.js';
13
- export { SwiftSelf_1 as SwiftSelf } from './System.Runtime.InteropServices.Swift/internal/index.js';
14
12
  export { SwiftError as SwiftError } from './System.Runtime.InteropServices.Swift/internal/index.js';
15
13
  export { SwiftIndirectResult as SwiftIndirectResult } from './System.Runtime.InteropServices.Swift/internal/index.js';
14
+
15
+ // Multi-arity family sentinel (detects unspecified type parameters)
16
+ declare const __unspecified: unique symbol;
17
+ export type __ = typeof __unspecified;
18
+
19
+ export type SwiftSelf<
20
+ T1 = __,
21
+ > =
22
+ [T1] extends [__] ? Internal.SwiftSelf :
23
+ [T1] extends [unknown] ? Internal.SwiftSelf_1<T1> : never;
24
+
@@ -24,7 +24,6 @@ import type { Action_1, Array as ClrArray, ArraySegment_1, AsyncCallback, Attrib
24
24
  // Public API exports (curated - no internal $instance/$views leakage)
25
25
  export { ImmutableCollectionsMarshal$instance as ImmutableCollectionsMarshal } from './System.Runtime.InteropServices/internal/index.js';
26
26
  export { SequenceMarshal$instance as SequenceMarshal } from './System.Runtime.InteropServices/internal/index.js';
27
- export { GCHandle as GCHandle_0 } from './System.Runtime.InteropServices/internal/index.js';
28
27
  export { Marshal$instance as Marshal } from './System.Runtime.InteropServices/internal/index.js';
29
28
  export { MemoryMarshal$instance as MemoryMarshal } from './System.Runtime.InteropServices/internal/index.js';
30
29
  export { NativeLibrary$instance as NativeLibrary } from './System.Runtime.InteropServices/internal/index.js';
@@ -69,7 +68,6 @@ export { DllImportSearchPath as DllImportSearchPath } from './System.Runtime.Int
69
68
  export { ErrorWrapper as ErrorWrapper } from './System.Runtime.InteropServices/internal/index.js';
70
69
  export { ExternalException as ExternalException } from './System.Runtime.InteropServices/internal/index.js';
71
70
  export { FieldOffsetAttribute as FieldOffsetAttribute } from './System.Runtime.InteropServices/internal/index.js';
72
- export { GCHandle_1 as GCHandle } from './System.Runtime.InteropServices/internal/index.js';
73
71
  export { GCHandleExtensions$instance as GCHandleExtensions } from './System.Runtime.InteropServices/internal/index.js';
74
72
  export { GCHandleType as GCHandleType } from './System.Runtime.InteropServices/internal/index.js';
75
73
  export { GuidAttribute as GuidAttribute } from './System.Runtime.InteropServices/internal/index.js';
@@ -151,3 +149,14 @@ export { TypeLibVarAttribute as TypeLibVarAttribute } from './System.Runtime.Int
151
149
  export { TypeLibVarFlags as TypeLibVarFlags } from './System.Runtime.InteropServices/internal/index.js';
152
150
  export { TypeLibVersionAttribute as TypeLibVersionAttribute } from './System.Runtime.InteropServices/internal/index.js';
153
151
  export { JsonMarshal$instance as JsonMarshal } from './System.Runtime.InteropServices/internal/index.js';
152
+
153
+ // Multi-arity family sentinel (detects unspecified type parameters)
154
+ declare const __unspecified: unique symbol;
155
+ export type __ = typeof __unspecified;
156
+
157
+ export type GCHandle<
158
+ T1 = __,
159
+ > =
160
+ [T1] extends [__] ? Internal.GCHandle :
161
+ Internal.GCHandle_1<T1>;
162
+
@@ -63,7 +63,7 @@ export interface __Vector128_1$views<T> {
63
63
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector128_1<T>>;
64
64
 
65
65
  // Structural method bridges for numeric interface constraints
66
- Equals(other: Vector128_1<T>): boolean;
66
+ equals(other: Vector128_1<T>): boolean;
67
67
  }
68
68
 
69
69
  export interface Vector128_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector128_1<T>, Vector128_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector128_1<T>, CLROf<int>, Vector128_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector128_1<T>, Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector128_1<T>, Vector128_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector128_1<T>, Vector128_1<T>> {}
@@ -95,7 +95,7 @@ export interface __Vector256_1$views<T> {
95
95
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector256_1<T>>;
96
96
 
97
97
  // Structural method bridges for numeric interface constraints
98
- Equals(other: Vector256_1<T>): boolean;
98
+ equals(other: Vector256_1<T>): boolean;
99
99
  }
100
100
 
101
101
  export interface Vector256_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector256_1<T>, Vector256_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector256_1<T>, CLROf<int>, Vector256_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector256_1<T>, Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector256_1<T>, Vector256_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector256_1<T>, Vector256_1<T>> {}
@@ -127,7 +127,7 @@ export interface __Vector512_1$views<T> {
127
127
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector512_1<T>>;
128
128
 
129
129
  // Structural method bridges for numeric interface constraints
130
- Equals(other: Vector512_1<T>): boolean;
130
+ equals(other: Vector512_1<T>): boolean;
131
131
  }
132
132
 
133
133
  export interface Vector512_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector512_1<T>, Vector512_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector512_1<T>, CLROf<int>, Vector512_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector512_1<T>, Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector512_1<T>, Vector512_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector512_1<T>, Vector512_1<T>> {}
@@ -159,7 +159,7 @@ export interface __Vector64_1$views<T> {
159
159
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector64_1<T>>;
160
160
 
161
161
  // Structural method bridges for numeric interface constraints
162
- Equals(other: Vector64_1<T>): boolean;
162
+ equals(other: Vector64_1<T>): boolean;
163
163
  }
164
164
 
165
165
  export interface Vector64_1$instance<T> extends System_Numerics_Internal.IAdditionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IBitwiseOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IDivisionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IEqualityOperators_3$instance<Vector64_1<T>, Vector64_1<T>, CLROf<boolean>>, System_Numerics_Internal.IMultiplyOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IShiftOperators_3$instance<Vector64_1<T>, CLROf<int>, Vector64_1<T>>, System_Numerics_Internal.ISubtractionOperators_3$instance<Vector64_1<T>, Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryNegationOperators_2$instance<Vector64_1<T>, Vector64_1<T>>, System_Numerics_Internal.IUnaryPlusOperators_2$instance<Vector64_1<T>, Vector64_1<T>> {}
@@ -10,11 +10,32 @@ import type { IAdditionOperators_3, IBitwiseOperators_3, IDivisionOperators_3, I
10
10
  import type { Boolean as ClrBoolean, Byte, Double, IEquatable_1, Int16, Int32, Int64, IntPtr, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
11
11
 
12
12
  // Public API exports (curated - no internal $instance/$views leakage)
13
- export { Vector128$instance as Vector128_0 } from './System.Runtime.Intrinsics/internal/index.js';
14
- export { Vector128_1 as Vector128 } from './System.Runtime.Intrinsics/internal/index.js';
15
- export { Vector256$instance as Vector256_0 } from './System.Runtime.Intrinsics/internal/index.js';
16
- export { Vector256_1 as Vector256 } from './System.Runtime.Intrinsics/internal/index.js';
17
- export { Vector512$instance as Vector512_0 } from './System.Runtime.Intrinsics/internal/index.js';
18
- export { Vector512_1 as Vector512 } from './System.Runtime.Intrinsics/internal/index.js';
19
- export { Vector64$instance as Vector64_0 } from './System.Runtime.Intrinsics/internal/index.js';
20
- export { Vector64_1 as Vector64 } from './System.Runtime.Intrinsics/internal/index.js';
13
+
14
+ // Multi-arity family sentinel (detects unspecified type parameters)
15
+ declare const __unspecified: unique symbol;
16
+ export type __ = typeof __unspecified;
17
+
18
+ export type Vector128<
19
+ T1 = __,
20
+ > =
21
+ [T1] extends [__] ? Internal.Vector128 :
22
+ Internal.Vector128_1<T1>;
23
+
24
+ export type Vector256<
25
+ T1 = __,
26
+ > =
27
+ [T1] extends [__] ? Internal.Vector256 :
28
+ Internal.Vector256_1<T1>;
29
+
30
+ export type Vector512<
31
+ T1 = __,
32
+ > =
33
+ [T1] extends [__] ? Internal.Vector512 :
34
+ Internal.Vector512_1<T1>;
35
+
36
+ export type Vector64<
37
+ T1 = __,
38
+ > =
39
+ [T1] extends [__] ? Internal.Vector64 :
40
+ Internal.Vector64_1<T1>;
41
+
@@ -88,7 +88,7 @@ export interface __FrameworkName$views {
88
88
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<FrameworkName>;
89
89
 
90
90
  // Structural method bridges for numeric interface constraints
91
- Equals(other: FrameworkName): boolean;
91
+ equals(other: FrameworkName): boolean;
92
92
  }
93
93
 
94
94
  export type FrameworkName = FrameworkName$instance & __FrameworkName$views;
@@ -28,15 +28,11 @@ export { AccessControlActions as AccessControlActions } from './System.Security.
28
28
  export { AccessControlModification as AccessControlModification } from './System.Security.AccessControl/internal/index.js';
29
29
  export { AccessControlSections as AccessControlSections } from './System.Security.AccessControl/internal/index.js';
30
30
  export { AccessControlType as AccessControlType } from './System.Security.AccessControl/internal/index.js';
31
- export { AccessRule as AccessRule_0 } from './System.Security.AccessControl/internal/index.js';
32
- export { AccessRule_1 as AccessRule } from './System.Security.AccessControl/internal/index.js';
33
31
  export { AceEnumerator as AceEnumerator } from './System.Security.AccessControl/internal/index.js';
34
32
  export { AceFlags as AceFlags } from './System.Security.AccessControl/internal/index.js';
35
33
  export { AceQualifier as AceQualifier } from './System.Security.AccessControl/internal/index.js';
36
34
  export { AceType as AceType } from './System.Security.AccessControl/internal/index.js';
37
35
  export { AuditFlags as AuditFlags } from './System.Security.AccessControl/internal/index.js';
38
- export { AuditRule as AuditRule_0 } from './System.Security.AccessControl/internal/index.js';
39
- export { AuditRule_1 as AuditRule } from './System.Security.AccessControl/internal/index.js';
40
36
  export { AuthorizationRule as AuthorizationRule } from './System.Security.AccessControl/internal/index.js';
41
37
  export { AuthorizationRuleCollection as AuthorizationRuleCollection } from './System.Security.AccessControl/internal/index.js';
42
38
  export { CommonAce as CommonAce } from './System.Security.AccessControl/internal/index.js';
@@ -58,8 +54,6 @@ export { ObjectAccessRule as ObjectAccessRule } from './System.Security.AccessCo
58
54
  export { ObjectAce as ObjectAce } from './System.Security.AccessControl/internal/index.js';
59
55
  export { ObjectAceFlags as ObjectAceFlags } from './System.Security.AccessControl/internal/index.js';
60
56
  export { ObjectAuditRule as ObjectAuditRule } from './System.Security.AccessControl/internal/index.js';
61
- export { ObjectSecurity as ObjectSecurity_0 } from './System.Security.AccessControl/internal/index.js';
62
- export { ObjectSecurity_1 as ObjectSecurity } from './System.Security.AccessControl/internal/index.js';
63
57
  export { PrivilegeNotHeldException as PrivilegeNotHeldException } from './System.Security.AccessControl/internal/index.js';
64
58
  export { PropagationFlags as PropagationFlags } from './System.Security.AccessControl/internal/index.js';
65
59
  export { QualifiedAce as QualifiedAce } from './System.Security.AccessControl/internal/index.js';
@@ -80,3 +74,26 @@ export { SemaphoreAccessRule as SemaphoreAccessRule } from './System.Security.Ac
80
74
  export { SemaphoreAuditRule as SemaphoreAuditRule } from './System.Security.AccessControl/internal/index.js';
81
75
  export { SemaphoreRights as SemaphoreRights } from './System.Security.AccessControl/internal/index.js';
82
76
  export { SemaphoreSecurity as SemaphoreSecurity } from './System.Security.AccessControl/internal/index.js';
77
+
78
+ // Multi-arity family sentinel (detects unspecified type parameters)
79
+ declare const __unspecified: unique symbol;
80
+ export type __ = typeof __unspecified;
81
+
82
+ export type AccessRule<
83
+ T1 = __,
84
+ > =
85
+ [T1] extends [__] ? Internal.AccessRule :
86
+ [T1] extends [unknown] ? Internal.AccessRule_1<T1> : never;
87
+
88
+ export type AuditRule<
89
+ T1 = __,
90
+ > =
91
+ [T1] extends [__] ? Internal.AuditRule :
92
+ [T1] extends [unknown] ? Internal.AuditRule_1<T1> : never;
93
+
94
+ export type ObjectSecurity<
95
+ T1 = __,
96
+ > =
97
+ [T1] extends [__] ? Internal.ObjectSecurity :
98
+ [T1] extends [unknown] ? Internal.ObjectSecurity_1<T1> : never;
99
+
@@ -266,7 +266,7 @@ export interface __CngProperty$views {
266
266
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngProperty>;
267
267
 
268
268
  // Structural method bridges for numeric interface constraints
269
- Equals(other: CngProperty): boolean;
269
+ equals(other: CngProperty): boolean;
270
270
  }
271
271
 
272
272
  export type CngProperty = CngProperty$instance & __CngProperty$views;
@@ -377,7 +377,7 @@ export interface __HashAlgorithmName$views {
377
377
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<HashAlgorithmName>;
378
378
 
379
379
  // Structural method bridges for numeric interface constraints
380
- Equals(other: HashAlgorithmName): boolean;
380
+ equals(other: HashAlgorithmName): boolean;
381
381
  }
382
382
 
383
383
  export type HashAlgorithmName = HashAlgorithmName$instance & __HashAlgorithmName$views;
@@ -839,7 +839,7 @@ export interface __CngAlgorithm$views {
839
839
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngAlgorithm>;
840
840
 
841
841
  // Structural method bridges for numeric interface constraints
842
- Equals(other: CngAlgorithm): boolean;
842
+ equals(other: CngAlgorithm): boolean;
843
843
  }
844
844
 
845
845
  export type CngAlgorithm = CngAlgorithm$instance & __CngAlgorithm$views;
@@ -871,7 +871,7 @@ export interface __CngAlgorithmGroup$views {
871
871
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngAlgorithmGroup>;
872
872
 
873
873
  // Structural method bridges for numeric interface constraints
874
- Equals(other: CngAlgorithmGroup): boolean;
874
+ equals(other: CngAlgorithmGroup): boolean;
875
875
  }
876
876
 
877
877
  export type CngAlgorithmGroup = CngAlgorithmGroup$instance & __CngAlgorithmGroup$views;
@@ -959,7 +959,7 @@ export interface __CngKeyBlobFormat$views {
959
959
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngKeyBlobFormat>;
960
960
 
961
961
  // Structural method bridges for numeric interface constraints
962
- Equals(other: CngKeyBlobFormat): boolean;
962
+ equals(other: CngKeyBlobFormat): boolean;
963
963
  }
964
964
 
965
965
  export type CngKeyBlobFormat = CngKeyBlobFormat$instance & __CngKeyBlobFormat$views;
@@ -1041,7 +1041,7 @@ export interface __CngProvider$views {
1041
1041
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CngProvider>;
1042
1042
 
1043
1043
  // Structural method bridges for numeric interface constraints
1044
- Equals(other: CngProvider): boolean;
1044
+ equals(other: CngProvider): boolean;
1045
1045
  }
1046
1046
 
1047
1047
  export type CngProvider = CngProvider$instance & __CngProvider$views;
@@ -1168,7 +1168,7 @@ export interface __CompositeMLDsaAlgorithm$views {
1168
1168
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CompositeMLDsaAlgorithm>;
1169
1169
 
1170
1170
  // Structural method bridges for numeric interface constraints
1171
- Equals(other: CompositeMLDsaAlgorithm): boolean;
1171
+ equals(other: CompositeMLDsaAlgorithm): boolean;
1172
1172
  }
1173
1173
 
1174
1174
  export type CompositeMLDsaAlgorithm = CompositeMLDsaAlgorithm$instance & __CompositeMLDsaAlgorithm$views;
@@ -1199,9 +1199,9 @@ export interface CryptoConfig$instance {
1199
1199
  export const CryptoConfig: {
1200
1200
  new(): CryptoConfig$instance;
1201
1201
  readonly allowOnlyFipsAlgorithms: boolean;
1202
- addAlgorithm(algorithm: Type, names: string[]): void;
1203
- addOID(oid: string, names: string[]): void;
1204
- createFromName(name: string, args: unknown[]): unknown;
1202
+ addAlgorithm(algorithm: Type, ...names: string[]): void;
1203
+ addOID(oid: string, ...names: string[]): void;
1204
+ createFromName(name: string, ...args: unknown[]): unknown;
1205
1205
  createFromName(name: string): unknown;
1206
1206
  encodeOID(str: string): byte[];
1207
1207
  mapNameToOID(name: string): string;
@@ -2759,7 +2759,7 @@ export interface __MLDsaAlgorithm$views {
2759
2759
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MLDsaAlgorithm>;
2760
2760
 
2761
2761
  // Structural method bridges for numeric interface constraints
2762
- Equals(other: MLDsaAlgorithm): boolean;
2762
+ equals(other: MLDsaAlgorithm): boolean;
2763
2763
  }
2764
2764
 
2765
2765
  export type MLDsaAlgorithm = MLDsaAlgorithm$instance & __MLDsaAlgorithm$views;
@@ -2892,7 +2892,7 @@ export interface __MLKemAlgorithm$views {
2892
2892
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<MLKemAlgorithm>;
2893
2893
 
2894
2894
  // Structural method bridges for numeric interface constraints
2895
- Equals(other: MLKemAlgorithm): boolean;
2895
+ equals(other: MLKemAlgorithm): boolean;
2896
2896
  }
2897
2897
 
2898
2898
  export type MLKemAlgorithm = MLKemAlgorithm$instance & __MLKemAlgorithm$views;
@@ -3451,7 +3451,7 @@ export interface __RSAEncryptionPadding$views {
3451
3451
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<RSAEncryptionPadding>;
3452
3452
 
3453
3453
  // Structural method bridges for numeric interface constraints
3454
- Equals(other: RSAEncryptionPadding): boolean;
3454
+ equals(other: RSAEncryptionPadding): boolean;
3455
3455
  }
3456
3456
 
3457
3457
  export type RSAEncryptionPadding = RSAEncryptionPadding$instance & __RSAEncryptionPadding$views;
@@ -3642,7 +3642,7 @@ export interface __RSASignaturePadding$views {
3642
3642
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<RSASignaturePadding>;
3643
3643
 
3644
3644
  // Structural method bridges for numeric interface constraints
3645
- Equals(other: RSASignaturePadding): boolean;
3645
+ equals(other: RSASignaturePadding): boolean;
3646
3646
  }
3647
3647
 
3648
3648
  export type RSASignaturePadding = RSASignaturePadding$instance & __RSASignaturePadding$views;
@@ -4237,7 +4237,7 @@ export interface __SlhDsaAlgorithm$views {
4237
4237
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<SlhDsaAlgorithm>;
4238
4238
 
4239
4239
  // Structural method bridges for numeric interface constraints
4240
- Equals(other: SlhDsaAlgorithm): boolean;
4240
+ equals(other: SlhDsaAlgorithm): boolean;
4241
4241
  }
4242
4242
 
4243
4243
  export type SlhDsaAlgorithm = SlhDsaAlgorithm$instance & __SlhDsaAlgorithm$views;
@@ -374,7 +374,7 @@ export interface __SecurityIdentifier$views {
374
374
  As_IComparable_1(): System_Internal.IComparable_1$instance<SecurityIdentifier>;
375
375
 
376
376
  // Structural method bridges for numeric interface constraints
377
- CompareTo(obj: unknown): int;
377
+ compareTo(obj: unknown): int;
378
378
  }
379
379
 
380
380
  export interface SecurityIdentifier$instance extends System_Internal.IComparable_1$instance<SecurityIdentifier> {}
@@ -122,8 +122,9 @@ export interface __Rune$views {
122
122
  As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<Rune>;
123
123
 
124
124
  // Structural method bridges for numeric interface constraints
125
- Equals(other: Rune): boolean;
126
- CompareTo(obj: unknown): int;
125
+ equals(other: Rune): boolean;
126
+ compareTo(obj: unknown): int;
127
+ tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
127
128
  }
128
129
 
129
130
  export interface Rune$instance extends System_Internal.IComparable_1$instance<Rune>, System_Internal.IUtf8SpanFormattable$instance, System_Internal.IUtf8SpanParsable_1$instance<Rune> {}
@@ -758,27 +759,27 @@ export interface StringBuilder$instance {
758
759
  appendFormat(format: string, arg0: unknown): StringBuilder;
759
760
  appendFormat(format: string, arg0: unknown, arg1: unknown): StringBuilder;
760
761
  appendFormat(format: string, arg0: unknown, arg1: unknown, arg2: unknown): StringBuilder;
761
- appendFormat(format: string, args: unknown[]): StringBuilder;
762
+ appendFormat(format: string, ...args: unknown[]): StringBuilder;
762
763
  appendFormat(format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
763
764
  appendFormat(provider: IFormatProvider, format: string, arg0: unknown): StringBuilder;
764
765
  appendFormat(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown): StringBuilder;
765
766
  appendFormat(provider: IFormatProvider, format: string, arg0: unknown, arg1: unknown, arg2: unknown): StringBuilder;
766
- appendFormat(provider: IFormatProvider, format: string, args: unknown[]): StringBuilder;
767
+ appendFormat(provider: IFormatProvider, format: string, ...args: unknown[]): StringBuilder;
767
768
  appendFormat(provider: IFormatProvider, format: string, args: ReadOnlySpan_1<unknown>): StringBuilder;
768
769
  appendFormat<TArg0>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0): StringBuilder;
769
770
  appendFormat<TArg0, TArg1>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1): StringBuilder;
770
771
  appendFormat<TArg0, TArg1, TArg2>(provider: IFormatProvider, format: CompositeFormat, arg0: TArg0, arg1: TArg1, arg2: TArg2): StringBuilder;
771
- appendFormat(provider: IFormatProvider, format: CompositeFormat, args: unknown[]): StringBuilder;
772
+ appendFormat(provider: IFormatProvider, format: CompositeFormat, ...args: unknown[]): StringBuilder;
772
773
  appendFormat(provider: IFormatProvider, format: CompositeFormat, args: ReadOnlySpan_1<unknown>): StringBuilder;
773
- appendJoin(separator: string, values: unknown[]): StringBuilder;
774
+ appendJoin(separator: string, ...values: unknown[]): StringBuilder;
774
775
  appendJoin(separator: string, values: ReadOnlySpan_1<unknown>): StringBuilder;
775
776
  appendJoin<T>(separator: string, values: IEnumerable_1<T>): StringBuilder;
776
- appendJoin(separator: string, values: string[]): StringBuilder;
777
+ appendJoin(separator: string, ...values: string[]): StringBuilder;
777
778
  appendJoin(separator: string, values: ReadOnlySpan_1<CLROf<string>>): StringBuilder;
778
- appendJoin(separator: char, values: unknown[]): StringBuilder;
779
+ appendJoin(separator: char, ...values: unknown[]): StringBuilder;
779
780
  appendJoin(separator: char, values: ReadOnlySpan_1<unknown>): StringBuilder;
780
781
  appendJoin<T>(separator: char, values: IEnumerable_1<T>): StringBuilder;
781
- appendJoin(separator: char, values: string[]): StringBuilder;
782
+ appendJoin(separator: char, ...values: string[]): StringBuilder;
782
783
  appendJoin(separator: char, values: ReadOnlySpan_1<CLROf<string>>): StringBuilder;
783
784
  appendLine(): StringBuilder;
784
785
  appendLine(value: string): StringBuilder;
@@ -48,7 +48,7 @@ export interface HtmlEncoder$instance extends TextEncoder {
48
48
  export const HtmlEncoder: {
49
49
  readonly default_: HtmlEncoder;
50
50
  create(settings: TextEncoderSettings): HtmlEncoder;
51
- create(allowedRanges: UnicodeRange[]): HtmlEncoder;
51
+ create(...allowedRanges: UnicodeRange[]): HtmlEncoder;
52
52
  };
53
53
 
54
54
 
@@ -62,7 +62,7 @@ export const JavaScriptEncoder: {
62
62
  readonly default_: JavaScriptEncoder;
63
63
  readonly unsafeRelaxedJsonEscaping: JavaScriptEncoder;
64
64
  create(settings: TextEncoderSettings): JavaScriptEncoder;
65
- create(allowedRanges: UnicodeRange[]): JavaScriptEncoder;
65
+ create(...allowedRanges: UnicodeRange[]): JavaScriptEncoder;
66
66
  };
67
67
 
68
68
 
@@ -91,15 +91,15 @@ export type TextEncoder = TextEncoder$instance;
91
91
 
92
92
  export interface TextEncoderSettings$instance {
93
93
  allowCharacter(character: char): void;
94
- allowCharacters(characters: char[]): void;
94
+ allowCharacters(...characters: char[]): void;
95
95
  allowCodePoints(codePoints: IEnumerable_1<CLROf<int>>): void;
96
96
  allowRange(range: UnicodeRange): void;
97
- allowRanges(ranges: UnicodeRange[]): void;
97
+ allowRanges(...ranges: UnicodeRange[]): void;
98
98
  clear(): void;
99
99
  forbidCharacter(character: char): void;
100
- forbidCharacters(characters: char[]): void;
100
+ forbidCharacters(...characters: char[]): void;
101
101
  forbidRange(range: UnicodeRange): void;
102
- forbidRanges(ranges: UnicodeRange[]): void;
102
+ forbidRanges(...ranges: UnicodeRange[]): void;
103
103
  getAllowedCodePoints(): IEnumerable_1<CLROf<int>>;
104
104
  }
105
105
 
@@ -120,7 +120,7 @@ export interface UrlEncoder$instance extends TextEncoder {
120
120
  export const UrlEncoder: {
121
121
  readonly default_: UrlEncoder;
122
122
  create(settings: TextEncoderSettings): UrlEncoder;
123
- create(allowedRanges: UnicodeRange[]): UrlEncoder;
123
+ create(...allowedRanges: UnicodeRange[]): UrlEncoder;
124
124
  };
125
125
 
126
126
 
@@ -248,7 +248,7 @@ export interface __JsonEncodedText$views {
248
248
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<JsonEncodedText>;
249
249
 
250
250
  // Structural method bridges for numeric interface constraints
251
- Equals(other: JsonEncodedText): boolean;
251
+ equals(other: JsonEncodedText): boolean;
252
252
  }
253
253
 
254
254
  export type JsonEncodedText = JsonEncodedText$instance & __JsonEncodedText$views;
@@ -346,7 +346,7 @@ export type JsonMetadataServices = JsonMetadataServices$instance;
346
346
 
347
347
  export abstract class JsonTypeInfoResolver$instance {
348
348
  static combine(resolvers: ReadOnlySpan_1<IJsonTypeInfoResolver>): IJsonTypeInfoResolver;
349
- static combine(resolvers: IJsonTypeInfoResolver[]): IJsonTypeInfoResolver;
349
+ static combine(...resolvers: IJsonTypeInfoResolver[]): IJsonTypeInfoResolver;
350
350
  static withAddedModifier(resolver: IJsonTypeInfoResolver, modifier: Action_1<JsonTypeInfo>): IJsonTypeInfoResolver;
351
351
  }
352
352
 
@@ -20,7 +20,6 @@ export { DefaultJsonTypeInfoResolver as DefaultJsonTypeInfoResolver } from './Sy
20
20
  export type IJsonTypeInfoResolver = Internal.IJsonTypeInfoResolver;
21
21
  export { JsonDerivedType as JsonDerivedType } from './System.Text.Json.Serialization.Metadata/internal/index.js';
22
22
  export { JsonPolymorphismOptions as JsonPolymorphismOptions } from './System.Text.Json.Serialization.Metadata/internal/index.js';
23
- export { JsonTypeInfo_1 as JsonTypeInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
24
23
  export { JsonTypeInfoResolver$instance as JsonTypeInfoResolver } from './System.Text.Json.Serialization.Metadata/internal/index.js';
25
24
  export { JsonTypeInfoKind as JsonTypeInfoKind } from './System.Text.Json.Serialization.Metadata/internal/index.js';
26
25
  export { JsonCollectionInfoValues_1 as JsonCollectionInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
@@ -30,4 +29,14 @@ export { JsonParameterInfoValues as JsonParameterInfoValues } from './System.Tex
30
29
  export { JsonParameterInfo as JsonParameterInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
31
30
  export { JsonPropertyInfo as JsonPropertyInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
32
31
  export { JsonPropertyInfoValues_1 as JsonPropertyInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
33
- export { JsonTypeInfo as JsonTypeInfo_0 } from './System.Text.Json.Serialization.Metadata/internal/index.js';
32
+
33
+ // Multi-arity family sentinel (detects unspecified type parameters)
34
+ declare const __unspecified: unique symbol;
35
+ export type __ = typeof __unspecified;
36
+
37
+ export type JsonTypeInfo<
38
+ T1 = __,
39
+ > =
40
+ [T1] extends [__] ? Internal.JsonTypeInfo :
41
+ Internal.JsonTypeInfo_1<T1>;
42
+
@@ -42,12 +42,29 @@ export type IJsonOnSerializing = Internal.IJsonOnSerializing;
42
42
  export { JsonNumberEnumConverter_1 as JsonNumberEnumConverter } from './System.Text.Json.Serialization/internal/index.js';
43
43
  export { JsonSerializerContext as JsonSerializerContext } from './System.Text.Json.Serialization/internal/index.js';
44
44
  export { JsonUnknownDerivedTypeHandling as JsonUnknownDerivedTypeHandling } from './System.Text.Json.Serialization/internal/index.js';
45
- export { JsonConverter as JsonConverter_0 } from './System.Text.Json.Serialization/internal/index.js';
46
45
  export { JsonConverterFactory as JsonConverterFactory } from './System.Text.Json.Serialization/internal/index.js';
47
- export { JsonConverter_1 as JsonConverter } from './System.Text.Json.Serialization/internal/index.js';
48
- export { JsonStringEnumConverter_1 as JsonStringEnumConverter } from './System.Text.Json.Serialization/internal/index.js';
49
- export { JsonStringEnumConverter as JsonStringEnumConverter_0 } from './System.Text.Json.Serialization/internal/index.js';
50
46
  export { JsonStringEnumMemberNameAttribute as JsonStringEnumMemberNameAttribute } from './System.Text.Json.Serialization/internal/index.js';
51
- export { ReferenceHandler as ReferenceHandler_0 } from './System.Text.Json.Serialization/internal/index.js';
52
- export { ReferenceHandler_1 as ReferenceHandler } from './System.Text.Json.Serialization/internal/index.js';
53
47
  export { ReferenceResolver as ReferenceResolver } from './System.Text.Json.Serialization/internal/index.js';
48
+
49
+ // Multi-arity family sentinel (detects unspecified type parameters)
50
+ declare const __unspecified: unique symbol;
51
+ export type __ = typeof __unspecified;
52
+
53
+ export type JsonConverter<
54
+ T1 = __,
55
+ > =
56
+ [T1] extends [__] ? Internal.JsonConverter :
57
+ Internal.JsonConverter_1<T1>;
58
+
59
+ export type JsonStringEnumConverter<
60
+ T1 = __,
61
+ > =
62
+ [T1] extends [__] ? Internal.JsonStringEnumConverter :
63
+ [T1] extends [number & unknown] ? Internal.JsonStringEnumConverter_1<T1> : never;
64
+
65
+ export type ReferenceHandler<
66
+ T1 = __,
67
+ > =
68
+ [T1] extends [__] ? Internal.ReferenceHandler :
69
+ [T1] extends [Internal.ReferenceResolver] ? Internal.ReferenceHandler_1<T1> : never;
70
+
@@ -163,7 +163,7 @@ export interface __AsyncFlowControl$views {
163
163
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<AsyncFlowControl>;
164
164
 
165
165
  // Structural method bridges for numeric interface constraints
166
- Equals(other: AsyncFlowControl): boolean;
166
+ equals(other: AsyncFlowControl): boolean;
167
167
  }
168
168
 
169
169
  export interface AsyncFlowControl$instance extends System_Internal.IDisposable$instance {}
@@ -213,7 +213,7 @@ export interface __CancellationToken$views {
213
213
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CancellationToken>;
214
214
 
215
215
  // Structural method bridges for numeric interface constraints
216
- Equals(other: CancellationToken): boolean;
216
+ equals(other: CancellationToken): boolean;
217
217
  }
218
218
 
219
219
  export type CancellationToken = CancellationToken$instance & __CancellationToken$views;
@@ -241,7 +241,7 @@ export interface __CancellationTokenRegistration$views {
241
241
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<CancellationTokenRegistration>;
242
242
 
243
243
  // Structural method bridges for numeric interface constraints
244
- Equals(other: CancellationTokenRegistration): boolean;
244
+ equals(other: CancellationTokenRegistration): boolean;
245
245
  }
246
246
 
247
247
  export interface CancellationTokenRegistration$instance extends System_Internal.IAsyncDisposable$instance, System_Internal.IDisposable$instance {}
@@ -277,7 +277,7 @@ export interface __LockCookie$views {
277
277
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<LockCookie>;
278
278
 
279
279
  // Structural method bridges for numeric interface constraints
280
- Equals(other: LockCookie): boolean;
280
+ equals(other: LockCookie): boolean;
281
281
  }
282
282
 
283
283
  export type LockCookie = LockCookie$instance & __LockCookie$views;
@@ -479,7 +479,7 @@ export const CancellationTokenSource: {
479
479
  createLinkedTokenSource(tokens: ReadOnlySpan_1<CancellationToken>): CancellationTokenSource;
480
480
  createLinkedTokenSource(token1: CancellationToken, token2: CancellationToken): CancellationTokenSource;
481
481
  createLinkedTokenSource(token: CancellationToken): CancellationTokenSource;
482
- createLinkedTokenSource(tokens: CancellationToken[]): CancellationTokenSource;
482
+ createLinkedTokenSource(...tokens: CancellationToken[]): CancellationTokenSource;
483
483
  };
484
484
 
485
485
 
@@ -16,12 +16,23 @@ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, ICo
16
16
 
17
17
  // Public API exports (curated - no internal $instance/$views leakage)
18
18
  export { BoundedChannelFullMode as BoundedChannelFullMode } from './System.Threading.Channels/internal/index.js';
19
- export { Channel$instance as Channel_0 } from './System.Threading.Channels/internal/index.js';
20
19
  export { ChannelClosedException as ChannelClosedException } from './System.Threading.Channels/internal/index.js';
21
20
  export { ChannelOptions as ChannelOptions } from './System.Threading.Channels/internal/index.js';
22
21
  export { BoundedChannelOptions as BoundedChannelOptions } from './System.Threading.Channels/internal/index.js';
23
22
  export { UnboundedChannelOptions as UnboundedChannelOptions } from './System.Threading.Channels/internal/index.js';
24
23
  export { ChannelReader_1 as ChannelReader } from './System.Threading.Channels/internal/index.js';
25
24
  export { ChannelWriter_1 as ChannelWriter } from './System.Threading.Channels/internal/index.js';
26
- export { Channel_1 as Channel } from './System.Threading.Channels/internal/index.js';
27
25
  export { UnboundedPrioritizedChannelOptions_1 as UnboundedPrioritizedChannelOptions } from './System.Threading.Channels/internal/index.js';
26
+
27
+ // Multi-arity family sentinel (detects unspecified type parameters)
28
+ declare const __unspecified: unique symbol;
29
+ export type __ = typeof __unspecified;
30
+
31
+ export type Channel<
32
+ T1 = __,
33
+ T2 = __,
34
+ > =
35
+ [T1] extends [__] ? Internal.Channel :
36
+ [T2] extends [__] ? Internal.Channel_1<T1> :
37
+ Internal.Channel_2<T1, T2>;
38
+