@putout/babel 2.10.0 → 3.0.0

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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [NPMIMGURL]: https://img.shields.io/npm/v/@putout/babel.svg?style=flat&longCache=true
4
4
  [NPMURL]: https://npmjs.org/package/@putout/babel "npm"
5
5
 
6
- **CommonJS** pre-builts of Babel 8: if you want to migrate to [v8](https://github.com/babel/babel/releases/tag/v8.0.0-alpha.14), but cannot support **ESM** right now.
6
+ **CommonJS** pre-builts of Babel 8: if you want to migrate to [v8](https://github.com/babel/babel/releases/tag/v8.0.0-alpha.15), but cannot support **ESM** right now.
7
7
 
8
8
  Usage
9
9
 
package/bundle/index.d.ts CHANGED
@@ -42,7 +42,7 @@ interface BaseNode {
42
42
  extra?: Record<string, unknown>;
43
43
  }
44
44
 
45
- type Node = Accessor | AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | Binary | BinaryExpression | BindExpression | Block | BlockParent | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | Class | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | CompletionStatement | Conditional | ConditionalExpression | ContinueStatement | DebuggerStatement | Declaration | DeclareClass | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | DeclaredPredicate | Decorator | Directive | DirectiveLiteral | DoExpression | DoWhileStatement | EmptyStatement | EmptyTypeAnnotation | EnumBody | EnumBooleanBody | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumMember | EnumNumberBody | EnumNumberMember | EnumStringBody | EnumStringMember | EnumSymbolBody | ExistsTypeAnnotation | ExportAllDeclaration | ExportDeclaration | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamedDeclaration | ExportNamespaceSpecifier | ExportSpecifier | Expression | ExpressionStatement | ExpressionWrapper | File | Flow | FlowBaseAnnotation | FlowDeclaration | FlowPredicate | FlowType | For | ForInStatement | ForOfStatement | ForStatement | ForXStatement | Function | FunctionDeclaration | FunctionExpression | FunctionParent | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | Identifier | IfStatement | Immutable | Import | ImportAttribute | ImportDeclaration | ImportDefaultSpecifier | ImportExpression | ImportNamespaceSpecifier | ImportOrExportDeclaration | ImportSpecifier | IndexedAccessType | InferredPredicate | InterfaceDeclaration | InterfaceExtends | InterfaceTypeAnnotation | InterpreterDirective | IntersectionTypeAnnotation | JSX | JSXAttribute | JSXClosingElement | JSXClosingFragment | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXFragment | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXOpeningFragment | JSXSpreadAttribute | JSXSpreadChild | JSXText | LVal | LabeledStatement | Literal | LogicalExpression | Loop | MemberExpression | MetaProperty | Method | Miscellaneous | MixedTypeAnnotation | ModuleDeclaration | ModuleExpression | ModuleSpecifier | NewExpression | NullLiteral | NullLiteralTypeAnnotation | NullableTypeAnnotation | NumberLiteral | NumberLiteralTypeAnnotation | NumberTypeAnnotation | NumericLiteral | ObjectExpression | ObjectMember | ObjectMethod | ObjectPattern | ObjectProperty | ObjectTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalCallExpression | OptionalIndexedAccessType | OptionalMemberExpression | ParenthesizedExpression | Pattern | PatternLike | PipelineBareFunction | PipelinePrimaryTopicReference | PipelineTopicExpression | Placeholder | Private | PrivateName | Program | Property | Pureish | QualifiedTypeIdentifier | RecordExpression | RegExpLiteral | RegexLiteral | RestElement | RestProperty | ReturnStatement | Scopable | SequenceExpression | SpreadElement | SpreadProperty | Standardized | Statement | StaticBlock | StringLiteral | StringLiteralTypeAnnotation | StringTypeAnnotation | Super | SwitchCase | SwitchStatement | SymbolTypeAnnotation | TSAnyKeyword | TSArrayType | TSAsExpression | TSBaseType | TSBigIntKeyword | TSBooleanKeyword | TSCallSignatureDeclaration | TSClassImplements | TSConditionalType | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEntityName | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExternalModuleReference | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSIndexedAccessType | TSInferType | TSInstantiationExpression | TSInterfaceBody | TSInterfaceDeclaration | TSInterfaceHeritage | TSIntersectionType | TSIntrinsicKeyword | TSLiteralType | TSMappedType | TSMethodSignature | TSModuleBlock | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNeverKeyword | TSNonNullExpression | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSOptionalType | TSParameterProperty | TSParenthesizedType | TSPropertySignature | TSQualifiedName | TSRestType | TSSatisfiesExpression | TSStringKeyword | TSSymbolKeyword | TSThisType | TSTupleType | TSType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeElement | TSTypeLiteral | TSTypeOperator | TSTypeParameter | TSTypeParameterDeclaration | TSTypeParameterInstantiation | TSTypePredicate | TSTypeQuery | TSTypeReference | TSUndefinedKeyword | TSUnionType | TSUnknownKeyword | TSVoidKeyword | TaggedTemplateExpression | TemplateElement | TemplateLiteral | Terminatorless | ThisExpression | ThisTypeAnnotation | ThrowStatement | TopicReference | TryStatement | TupleExpression | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | TypeScript | TypeofTypeAnnotation | UnaryExpression | UnaryLike | UnionTypeAnnotation | UpdateExpression | UserWhitespacable | V8IntrinsicIdentifier | VariableDeclaration | VariableDeclarator | Variance | VoidTypeAnnotation | While | WhileStatement | WithStatement | YieldExpression;
45
+ type Node = Accessor | AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | Binary | BinaryExpression | BindExpression | Block | BlockParent | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | Class | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | CompletionStatement | Conditional | ConditionalExpression | ContinueStatement | DebuggerStatement | Declaration | DeclareClass | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | DeclaredPredicate | Decorator | Directive | DirectiveLiteral | DoExpression | DoWhileStatement | EmptyStatement | EmptyTypeAnnotation | EnumBody | EnumBooleanBody | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumMember | EnumNumberBody | EnumNumberMember | EnumStringBody | EnumStringMember | EnumSymbolBody | ExistsTypeAnnotation | ExportAllDeclaration | ExportDeclaration | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamedDeclaration | ExportNamespaceSpecifier | ExportSpecifier | Expression | ExpressionStatement | ExpressionWrapper | File | Flow | FlowBaseAnnotation | FlowDeclaration | FlowPredicate | FlowType | For | ForInStatement | ForOfStatement | ForStatement | ForXStatement | Function | FunctionDeclaration | FunctionExpression | FunctionParent | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | Identifier | IfStatement | Immutable | Import | ImportAttribute | ImportDeclaration | ImportDefaultSpecifier | ImportExpression | ImportNamespaceSpecifier | ImportOrExportDeclaration | ImportSpecifier | IndexedAccessType | InferredPredicate | InterfaceDeclaration | InterfaceExtends | InterfaceTypeAnnotation | InterpreterDirective | IntersectionTypeAnnotation | JSX | JSXAttribute | JSXClosingElement | JSXClosingFragment | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXFragment | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXOpeningFragment | JSXSpreadAttribute | JSXSpreadChild | JSXText | LVal | LabeledStatement | Literal | LogicalExpression | Loop | MemberExpression | MetaProperty | Method | Miscellaneous | MixedTypeAnnotation | ModuleDeclaration | ModuleExpression | ModuleSpecifier | NewExpression | NullLiteral | NullLiteralTypeAnnotation | NullableTypeAnnotation | NumberLiteral | NumberLiteralTypeAnnotation | NumberTypeAnnotation | NumericLiteral | ObjectExpression | ObjectMember | ObjectMethod | ObjectPattern | ObjectProperty | ObjectTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalCallExpression | OptionalIndexedAccessType | OptionalMemberExpression | ParenthesizedExpression | Pattern | PatternLike | PipelineBareFunction | PipelinePrimaryTopicReference | PipelineTopicExpression | Placeholder | Private | PrivateName | Program | Property | Pureish | QualifiedTypeIdentifier | RecordExpression | RegExpLiteral | RegexLiteral | RestElement | RestProperty | ReturnStatement | Scopable | SequenceExpression | SpreadElement | SpreadProperty | Standardized | Statement | StaticBlock | StringLiteral | StringLiteralTypeAnnotation | StringTypeAnnotation | Super | SwitchCase | SwitchStatement | SymbolTypeAnnotation | TSAnyKeyword | TSArrayType | TSAsExpression | TSBaseType | TSBigIntKeyword | TSBooleanKeyword | TSCallSignatureDeclaration | TSClassImplements | TSConditionalType | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEntityName | TSEnumBody | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExternalModuleReference | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSIndexedAccessType | TSInferType | TSInstantiationExpression | TSInterfaceBody | TSInterfaceDeclaration | TSInterfaceHeritage | TSIntersectionType | TSIntrinsicKeyword | TSLiteralType | TSMappedType | TSMethodSignature | TSModuleBlock | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNeverKeyword | TSNonNullExpression | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSOptionalType | TSParameterProperty | TSParenthesizedType | TSPropertySignature | TSQualifiedName | TSRestType | TSSatisfiesExpression | TSStringKeyword | TSSymbolKeyword | TSThisType | TSTupleType | TSType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeElement | TSTypeLiteral | TSTypeOperator | TSTypeParameter | TSTypeParameterDeclaration | TSTypeParameterInstantiation | TSTypePredicate | TSTypeQuery | TSTypeReference | TSUndefinedKeyword | TSUnionType | TSUnknownKeyword | TSVoidKeyword | TaggedTemplateExpression | TemplateElement | TemplateLiteral | Terminatorless | ThisExpression | ThisTypeAnnotation | ThrowStatement | TopicReference | TryStatement | TupleExpression | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | TypeScript | TypeofTypeAnnotation | UnaryExpression | UnaryLike | UnionTypeAnnotation | UpdateExpression | UserWhitespacable | V8IntrinsicIdentifier | VariableDeclaration | VariableDeclarator | Variance | VoidTypeAnnotation | While | WhileStatement | WithStatement | YieldExpression;
46
46
 
47
47
  interface ArrayExpression extends BaseNode {
48
48
  type: "ArrayExpression";
@@ -93,8 +93,8 @@ interface CallExpression extends BaseNode {
93
93
  type: "CallExpression";
94
94
  callee: Expression | Super | V8IntrinsicIdentifier;
95
95
  arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
96
- typeArguments: TypeParameterInstantiation | null;
97
- typeParameters: TSTypeParameterInstantiation | null;
96
+ optional: boolean | null;
97
+ typeArguments: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
98
98
  }
99
99
 
100
100
  interface CatchClause extends BaseNode {
@@ -245,8 +245,8 @@ interface NewExpression extends BaseNode {
245
245
  type: "NewExpression";
246
246
  callee: Expression | Super | V8IntrinsicIdentifier;
247
247
  arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
248
- typeArguments: TypeParameterInstantiation | null;
249
- typeParameters: TSTypeParameterInstantiation | null;
248
+ optional: boolean | null;
249
+ typeArguments: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
250
250
  }
251
251
 
252
252
  interface Program extends BaseNode {
@@ -557,7 +557,7 @@ interface TaggedTemplateExpression extends BaseNode {
557
557
  type: "TaggedTemplateExpression";
558
558
  tag: Expression;
559
559
  quasi: TemplateLiteral;
560
- typeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
560
+ typeArguments: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
561
561
  }
562
562
 
563
563
  interface TemplateElement extends BaseNode {
@@ -610,8 +610,7 @@ interface OptionalCallExpression extends BaseNode {
610
610
  callee: Expression;
611
611
  arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
612
612
  optional: boolean;
613
- typeArguments: TypeParameterInstantiation | null;
614
- typeParameters: TSTypeParameterInstantiation | null;
613
+ typeArguments: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
615
614
  }
616
615
 
617
616
  interface ClassProperty extends BaseNode {
@@ -1141,7 +1140,7 @@ interface JSXOpeningElement extends BaseNode {
1141
1140
  name: JSXIdentifier | JSXMemberExpression | JSXNamespacedName;
1142
1141
  attributes: Array<JSXAttribute | JSXSpreadAttribute>;
1143
1142
  selfClosing: boolean;
1144
- typeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1143
+ typeArguments: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
1145
1144
  }
1146
1145
 
1147
1146
  interface JSXSpreadAttribute extends BaseNode {
@@ -1423,7 +1422,7 @@ interface TSTypePredicate extends BaseNode {
1423
1422
  interface TSTypeQuery extends BaseNode {
1424
1423
  type: "TSTypeQuery";
1425
1424
  exprName: TSEntityName | TSImportType;
1426
- typeParameters: TSTypeParameterInstantiation | null;
1425
+ typeArguments: TSTypeParameterInstantiation | null;
1427
1426
  }
1428
1427
 
1429
1428
  interface TSTypeLiteral extends BaseNode {
@@ -1516,13 +1515,13 @@ interface TSLiteralType extends BaseNode {
1516
1515
  interface TSClassImplements extends BaseNode {
1517
1516
  type: "TSClassImplements";
1518
1517
  expression: TSEntityName;
1519
- typeParameters: TSTypeParameterInstantiation | null;
1518
+ typeArguments: TSTypeParameterInstantiation | null;
1520
1519
  }
1521
1520
 
1522
1521
  interface TSInterfaceHeritage extends BaseNode {
1523
1522
  type: "TSInterfaceHeritage";
1524
1523
  expression: TSEntityName;
1525
- typeParameters: TSTypeParameterInstantiation | null;
1524
+ typeArguments: TSTypeParameterInstantiation | null;
1526
1525
  }
1527
1526
 
1528
1527
  interface TSInterfaceDeclaration extends BaseNode {
@@ -1550,7 +1549,7 @@ interface TSTypeAliasDeclaration extends BaseNode {
1550
1549
  interface TSInstantiationExpression extends BaseNode {
1551
1550
  type: "TSInstantiationExpression";
1552
1551
  expression: Expression;
1553
- typeParameters: TSTypeParameterInstantiation | null;
1552
+ typeArguments: TSTypeParameterInstantiation | null;
1554
1553
  }
1555
1554
 
1556
1555
  interface TSAsExpression extends BaseNode {
@@ -1571,13 +1570,17 @@ interface TSTypeAssertion extends BaseNode {
1571
1570
  expression: Expression;
1572
1571
  }
1573
1572
 
1573
+ interface TSEnumBody extends BaseNode {
1574
+ type: "TSEnumBody";
1575
+ members: Array<TSEnumMember>;
1576
+ }
1577
+
1574
1578
  interface TSEnumDeclaration extends BaseNode {
1575
1579
  type: "TSEnumDeclaration";
1576
1580
  id: Identifier;
1577
- members: Array<TSEnumMember>;
1581
+ body: TSEnumBody;
1578
1582
  const: boolean | null;
1579
1583
  declare: boolean | null;
1580
- initializer: Expression | null;
1581
1584
  }
1582
1585
 
1583
1586
  interface TSEnumMember extends BaseNode {
@@ -1601,9 +1604,9 @@ interface TSModuleBlock extends BaseNode {
1601
1604
 
1602
1605
  interface TSImportType extends BaseNode {
1603
1606
  type: "TSImportType";
1604
- argument: StringLiteral;
1607
+ argument: TSLiteralType;
1605
1608
  qualifier: TSEntityName | null;
1606
- typeParameters: TSTypeParameterInstantiation | null;
1609
+ typeArguments: TSTypeParameterInstantiation | null;
1607
1610
  options: Expression | null;
1608
1611
  }
1609
1612
 
@@ -1725,7 +1728,7 @@ type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBo
1725
1728
  type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember;
1726
1729
  type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment;
1727
1730
  type Miscellaneous = Placeholder | V8IntrinsicIdentifier;
1728
- type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSClassImplements | TSInterfaceHeritage | TSInterfaceDeclaration | TSInterfaceBody | TSTypeAliasDeclaration | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSEnumDeclaration | TSEnumMember | TSModuleDeclaration | TSModuleBlock | TSImportType | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | TSExportAssignment | TSNamespaceExportDeclaration | TSTypeAnnotation | TSTypeParameterInstantiation | TSTypeParameterDeclaration | TSTypeParameter;
1731
+ type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSClassImplements | TSInterfaceHeritage | TSInterfaceDeclaration | TSInterfaceBody | TSTypeAliasDeclaration | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSEnumBody | TSEnumDeclaration | TSEnumMember | TSModuleDeclaration | TSModuleBlock | TSImportType | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | TSExportAssignment | TSNamespaceExportDeclaration | TSTypeAnnotation | TSTypeParameterInstantiation | TSTypeParameterDeclaration | TSTypeParameter;
1729
1732
  type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature;
1730
1733
  type TSType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSClassImplements | TSInterfaceHeritage | TSImportType;
1731
1734
  type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType;
@@ -1996,7 +1999,7 @@ declare function tsFunctionType(typeParameters: TSTypeParameterDeclaration | nul
1996
1999
  declare function tsConstructorType(typeParameters: TSTypeParameterDeclaration | null | undefined, params: Array<ArrayPattern | Identifier | ObjectPattern | RestElement>, returnType?: TSTypeAnnotation | null): TSConstructorType;
1997
2000
  declare function tsTypeReference(typeName: TSEntityName, typeArguments?: TSTypeParameterInstantiation | null): TSTypeReference;
1998
2001
  declare function tsTypePredicate(parameterName: Identifier | TSThisType, typeAnnotation?: TSTypeAnnotation | null, asserts?: boolean | null): TSTypePredicate;
1999
- declare function tsTypeQuery(exprName: TSEntityName | TSImportType, typeParameters?: TSTypeParameterInstantiation | null): TSTypeQuery;
2002
+ declare function tsTypeQuery(exprName: TSEntityName | TSImportType, typeArguments?: TSTypeParameterInstantiation | null): TSTypeQuery;
2000
2003
  declare function tsTypeLiteral(members: Array<TSTypeElement>): TSTypeLiteral;
2001
2004
  declare function tsArrayType(elementType: TSType): TSArrayType;
2002
2005
  declare function tsTupleType(elementTypes: Array<TSType | TSNamedTupleMember>): TSTupleType;
@@ -2012,20 +2015,21 @@ declare function tsTypeOperator(typeAnnotation: TSType): TSTypeOperator;
2012
2015
  declare function tsIndexedAccessType(objectType: TSType, indexType: TSType): TSIndexedAccessType;
2013
2016
  declare function tsMappedType(key: Identifier, constraint: TSType, nameType?: TSType | null, typeAnnotation?: TSType | null): TSMappedType;
2014
2017
  declare function tsLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression): TSLiteralType;
2015
- declare function tsClassImplements(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSClassImplements;
2016
- declare function tsInterfaceHeritage(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSInterfaceHeritage;
2018
+ declare function tsClassImplements(expression: TSEntityName, typeArguments?: TSTypeParameterInstantiation | null): TSClassImplements;
2019
+ declare function tsInterfaceHeritage(expression: TSEntityName, typeArguments?: TSTypeParameterInstantiation | null): TSInterfaceHeritage;
2017
2020
  declare function tsInterfaceDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, _extends: Array<TSClassImplements> | null | undefined, body: TSInterfaceBody): TSInterfaceDeclaration;
2018
2021
  declare function tsInterfaceBody(body: Array<TSTypeElement>): TSInterfaceBody;
2019
2022
  declare function tsTypeAliasDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, typeAnnotation: TSType): TSTypeAliasDeclaration;
2020
- declare function tsInstantiationExpression(expression: Expression, typeParameters?: TSTypeParameterInstantiation | null): TSInstantiationExpression;
2023
+ declare function tsInstantiationExpression(expression: Expression, typeArguments?: TSTypeParameterInstantiation | null): TSInstantiationExpression;
2021
2024
  declare function tsAsExpression(expression: Expression, typeAnnotation: TSType): TSAsExpression;
2022
2025
  declare function tsSatisfiesExpression(expression: Expression, typeAnnotation: TSType): TSSatisfiesExpression;
2023
2026
  declare function tsTypeAssertion(typeAnnotation: TSType, expression: Expression): TSTypeAssertion;
2024
- declare function tsEnumDeclaration(id: Identifier, members: Array<TSEnumMember>): TSEnumDeclaration;
2027
+ declare function tsEnumBody(members: Array<TSEnumMember>): TSEnumBody;
2028
+ declare function tsEnumDeclaration(id: Identifier, body: TSEnumBody): TSEnumDeclaration;
2025
2029
  declare function tsEnumMember(id: Identifier | StringLiteral, initializer?: Expression | null): TSEnumMember;
2026
2030
  declare function tsModuleDeclaration(id: TSEntityName | StringLiteral, body: TSModuleBlock): TSModuleDeclaration;
2027
2031
  declare function tsModuleBlock(body: Array<Statement>): TSModuleBlock;
2028
- declare function tsImportType(argument: StringLiteral, qualifier?: TSEntityName | null, typeParameters?: TSTypeParameterInstantiation | null): TSImportType;
2032
+ declare function tsImportType(argument: TSLiteralType, qualifier?: TSEntityName | null, typeArguments?: TSTypeParameterInstantiation | null): TSImportType;
2029
2033
  declare function tsImportEqualsDeclaration(id: Identifier, moduleReference: TSEntityName | TSExternalModuleReference): TSImportEqualsDeclaration;
2030
2034
  declare function tsExternalModuleReference(expression: StringLiteral): TSExternalModuleReference;
2031
2035
  declare function tsNonNullExpression(expression: Expression): TSNonNullExpression;
@@ -2470,6 +2474,8 @@ declare function isTSDeclareMethod(node: object | null | undefined, opts?: objec
2470
2474
  declare function assertTSDeclareMethod(node: object | null | undefined, opts?: object | null): void;
2471
2475
  declare function isTSEntityName(node: object | null | undefined, opts?: object | null): node is TSEntityName;
2472
2476
  declare function assertTSEntityName(node: object | null | undefined, opts?: object | null): void;
2477
+ declare function isTSEnumBody(node: object | null | undefined, opts?: object | null): node is TSEnumBody;
2478
+ declare function assertTSEnumBody(node: object | null | undefined, opts?: object | null): void;
2473
2479
  declare function isTSEnumDeclaration(node: object | null | undefined, opts?: object | null): node is TSEnumDeclaration;
2474
2480
  declare function assertTSEnumDeclaration(node: object | null | undefined, opts?: object | null): void;
2475
2481
  declare function isTSEnumMember(node: object | null | undefined, opts?: object | null): node is TSEnumMember;
@@ -2976,6 +2982,7 @@ type indexLegacy_d_TSConstructorType = TSConstructorType;
2976
2982
  type indexLegacy_d_TSDeclareFunction = TSDeclareFunction;
2977
2983
  type indexLegacy_d_TSDeclareMethod = TSDeclareMethod;
2978
2984
  type indexLegacy_d_TSEntityName = TSEntityName;
2985
+ type indexLegacy_d_TSEnumBody = TSEnumBody;
2979
2986
  type indexLegacy_d_TSEnumDeclaration = TSEnumDeclaration;
2980
2987
  type indexLegacy_d_TSEnumMember = TSEnumMember;
2981
2988
  type indexLegacy_d_TSExportAssignment = TSExportAssignment;
@@ -3292,6 +3299,7 @@ declare const indexLegacy_d_assertTSConstructorType: typeof assertTSConstructorT
3292
3299
  declare const indexLegacy_d_assertTSDeclareFunction: typeof assertTSDeclareFunction;
3293
3300
  declare const indexLegacy_d_assertTSDeclareMethod: typeof assertTSDeclareMethod;
3294
3301
  declare const indexLegacy_d_assertTSEntityName: typeof assertTSEntityName;
3302
+ declare const indexLegacy_d_assertTSEnumBody: typeof assertTSEnumBody;
3295
3303
  declare const indexLegacy_d_assertTSEnumDeclaration: typeof assertTSEnumDeclaration;
3296
3304
  declare const indexLegacy_d_assertTSEnumMember: typeof assertTSEnumMember;
3297
3305
  declare const indexLegacy_d_assertTSExportAssignment: typeof assertTSExportAssignment;
@@ -3707,6 +3715,7 @@ declare const indexLegacy_d_isTSConstructorType: typeof isTSConstructorType;
3707
3715
  declare const indexLegacy_d_isTSDeclareFunction: typeof isTSDeclareFunction;
3708
3716
  declare const indexLegacy_d_isTSDeclareMethod: typeof isTSDeclareMethod;
3709
3717
  declare const indexLegacy_d_isTSEntityName: typeof isTSEntityName;
3718
+ declare const indexLegacy_d_isTSEnumBody: typeof isTSEnumBody;
3710
3719
  declare const indexLegacy_d_isTSEnumDeclaration: typeof isTSEnumDeclaration;
3711
3720
  declare const indexLegacy_d_isTSEnumMember: typeof isTSEnumMember;
3712
3721
  declare const indexLegacy_d_isTSExportAssignment: typeof isTSExportAssignment;
@@ -3900,6 +3909,7 @@ declare const indexLegacy_d_tsConstructSignatureDeclaration: typeof tsConstructS
3900
3909
  declare const indexLegacy_d_tsConstructorType: typeof tsConstructorType;
3901
3910
  declare const indexLegacy_d_tsDeclareFunction: typeof tsDeclareFunction;
3902
3911
  declare const indexLegacy_d_tsDeclareMethod: typeof tsDeclareMethod;
3912
+ declare const indexLegacy_d_tsEnumBody: typeof tsEnumBody;
3903
3913
  declare const indexLegacy_d_tsEnumDeclaration: typeof tsEnumDeclaration;
3904
3914
  declare const indexLegacy_d_tsEnumMember: typeof tsEnumMember;
3905
3915
  declare const indexLegacy_d_tsExportAssignment: typeof tsExportAssignment;
@@ -3977,7 +3987,7 @@ declare const indexLegacy_d_whileStatement: typeof whileStatement;
3977
3987
  declare const indexLegacy_d_withStatement: typeof withStatement;
3978
3988
  declare const indexLegacy_d_yieldExpression: typeof yieldExpression;
3979
3989
  declare namespace indexLegacy_d {
3980
- export { type indexLegacy_d_Accessor as Accessor, type indexLegacy_d_Aliases as Aliases, type indexLegacy_d_AnyTypeAnnotation as AnyTypeAnnotation, type indexLegacy_d_ArgumentPlaceholder as ArgumentPlaceholder, type indexLegacy_d_ArrayExpression as ArrayExpression, type indexLegacy_d_ArrayPattern as ArrayPattern, type indexLegacy_d_ArrayTypeAnnotation as ArrayTypeAnnotation, type indexLegacy_d_ArrowFunctionExpression as ArrowFunctionExpression, type indexLegacy_d_AssignmentExpression as AssignmentExpression, type indexLegacy_d_AssignmentPattern as AssignmentPattern, type indexLegacy_d_AwaitExpression as AwaitExpression, type indexLegacy_d_BigIntLiteral as BigIntLiteral, type indexLegacy_d_Binary as Binary, type indexLegacy_d_BinaryExpression as BinaryExpression, type indexLegacy_d_BindExpression as BindExpression, type indexLegacy_d_Block as Block, type indexLegacy_d_BlockParent as BlockParent, type indexLegacy_d_BlockStatement as BlockStatement, type indexLegacy_d_BooleanLiteral as BooleanLiteral, type indexLegacy_d_BooleanLiteralTypeAnnotation as BooleanLiteralTypeAnnotation, type indexLegacy_d_BooleanTypeAnnotation as BooleanTypeAnnotation, type indexLegacy_d_BreakStatement as BreakStatement, type indexLegacy_d_CallExpression as CallExpression, type indexLegacy_d_CatchClause as CatchClause, type indexLegacy_d_Class as Class, type indexLegacy_d_ClassAccessorProperty as ClassAccessorProperty, type indexLegacy_d_ClassBody as ClassBody, type indexLegacy_d_ClassDeclaration as ClassDeclaration, type indexLegacy_d_ClassExpression as ClassExpression, type indexLegacy_d_ClassImplements as ClassImplements, type indexLegacy_d_ClassMethod as ClassMethod, type indexLegacy_d_ClassPrivateMethod as ClassPrivateMethod, type indexLegacy_d_ClassPrivateProperty as ClassPrivateProperty, type indexLegacy_d_ClassProperty as ClassProperty, type indexLegacy_d_Comment as Comment, type indexLegacy_d_CommentBlock as CommentBlock, type indexLegacy_d_CommentLine as CommentLine, type indexLegacy_d_CommentTypeShorthand as CommentTypeShorthand, type indexLegacy_d_CompletionStatement as CompletionStatement, type indexLegacy_d_Conditional as Conditional, type indexLegacy_d_ConditionalExpression as ConditionalExpression, type indexLegacy_d_ContinueStatement as ContinueStatement, type indexLegacy_d_DebuggerStatement as DebuggerStatement, type indexLegacy_d_Declaration as Declaration, type indexLegacy_d_DeclareClass as DeclareClass, type indexLegacy_d_DeclareExportAllDeclaration as DeclareExportAllDeclaration, type indexLegacy_d_DeclareExportDeclaration as DeclareExportDeclaration, type indexLegacy_d_DeclareFunction as DeclareFunction, type indexLegacy_d_DeclareInterface as DeclareInterface, type indexLegacy_d_DeclareModule as DeclareModule, type indexLegacy_d_DeclareModuleExports as DeclareModuleExports, type indexLegacy_d_DeclareOpaqueType as DeclareOpaqueType, type indexLegacy_d_DeclareTypeAlias as DeclareTypeAlias, type indexLegacy_d_DeclareVariable as DeclareVariable, type indexLegacy_d_DeclaredPredicate as DeclaredPredicate, type indexLegacy_d_Decorator as Decorator, type indexLegacy_d_Directive as Directive, type indexLegacy_d_DirectiveLiteral as DirectiveLiteral, type indexLegacy_d_DoExpression as DoExpression, type indexLegacy_d_DoWhileStatement as DoWhileStatement, type indexLegacy_d_EmptyStatement as EmptyStatement, type indexLegacy_d_EmptyTypeAnnotation as EmptyTypeAnnotation, type indexLegacy_d_EnumBody as EnumBody, type indexLegacy_d_EnumBooleanBody as EnumBooleanBody, type indexLegacy_d_EnumBooleanMember as EnumBooleanMember, type indexLegacy_d_EnumDeclaration as EnumDeclaration, type indexLegacy_d_EnumDefaultedMember as EnumDefaultedMember, type indexLegacy_d_EnumMember as EnumMember, type indexLegacy_d_EnumNumberBody as EnumNumberBody, type indexLegacy_d_EnumNumberMember as EnumNumberMember, type indexLegacy_d_EnumStringBody as EnumStringBody, type indexLegacy_d_EnumStringMember as EnumStringMember, type indexLegacy_d_EnumSymbolBody as EnumSymbolBody, type indexLegacy_d_ExistsTypeAnnotation as ExistsTypeAnnotation, type indexLegacy_d_ExportAllDeclaration as ExportAllDeclaration, type indexLegacy_d_ExportDeclaration as ExportDeclaration, type indexLegacy_d_ExportDefaultDeclaration as ExportDefaultDeclaration, type indexLegacy_d_ExportDefaultSpecifier as ExportDefaultSpecifier, type indexLegacy_d_ExportNamedDeclaration as ExportNamedDeclaration, type indexLegacy_d_ExportNamespaceSpecifier as ExportNamespaceSpecifier, type indexLegacy_d_ExportSpecifier as ExportSpecifier, type indexLegacy_d_Expression as Expression, type indexLegacy_d_ExpressionStatement as ExpressionStatement, type indexLegacy_d_ExpressionWrapper as ExpressionWrapper, type indexLegacy_d_File as File, type indexLegacy_d_Flow as Flow, type indexLegacy_d_FlowBaseAnnotation as FlowBaseAnnotation, type indexLegacy_d_FlowDeclaration as FlowDeclaration, type indexLegacy_d_FlowPredicate as FlowPredicate, type indexLegacy_d_FlowType as FlowType, type indexLegacy_d_For as For, type indexLegacy_d_ForInStatement as ForInStatement, type indexLegacy_d_ForOfStatement as ForOfStatement, type indexLegacy_d_ForStatement as ForStatement, type indexLegacy_d_ForXStatement as ForXStatement, type indexLegacy_d_Function as Function, type indexLegacy_d_FunctionDeclaration as FunctionDeclaration, type indexLegacy_d_FunctionExpression as FunctionExpression, type indexLegacy_d_FunctionParent as FunctionParent, type indexLegacy_d_FunctionTypeAnnotation as FunctionTypeAnnotation, type indexLegacy_d_FunctionTypeParam as FunctionTypeParam, type indexLegacy_d_GenericTypeAnnotation as GenericTypeAnnotation, type indexLegacy_d_Identifier as Identifier, type indexLegacy_d_IfStatement as IfStatement, type indexLegacy_d_Immutable as Immutable, type indexLegacy_d_Import as Import, type indexLegacy_d_ImportAttribute as ImportAttribute, type indexLegacy_d_ImportDeclaration as ImportDeclaration, type indexLegacy_d_ImportDefaultSpecifier as ImportDefaultSpecifier, type indexLegacy_d_ImportExpression as ImportExpression, type indexLegacy_d_ImportNamespaceSpecifier as ImportNamespaceSpecifier, type indexLegacy_d_ImportOrExportDeclaration as ImportOrExportDeclaration, type indexLegacy_d_ImportSpecifier as ImportSpecifier, type indexLegacy_d_IndexedAccessType as IndexedAccessType, type indexLegacy_d_InferredPredicate as InferredPredicate, type indexLegacy_d_InterfaceDeclaration as InterfaceDeclaration, type indexLegacy_d_InterfaceExtends as InterfaceExtends, type indexLegacy_d_InterfaceTypeAnnotation as InterfaceTypeAnnotation, type indexLegacy_d_InterpreterDirective as InterpreterDirective, type indexLegacy_d_IntersectionTypeAnnotation as IntersectionTypeAnnotation, type indexLegacy_d_JSX as JSX, type indexLegacy_d_JSXAttribute as JSXAttribute, type indexLegacy_d_JSXClosingElement as JSXClosingElement, type indexLegacy_d_JSXClosingFragment as JSXClosingFragment, type indexLegacy_d_JSXElement as JSXElement, type indexLegacy_d_JSXEmptyExpression as JSXEmptyExpression, type indexLegacy_d_JSXExpressionContainer as JSXExpressionContainer, type indexLegacy_d_JSXFragment as JSXFragment, type indexLegacy_d_JSXIdentifier as JSXIdentifier, type indexLegacy_d_JSXMemberExpression as JSXMemberExpression, type indexLegacy_d_JSXNamespacedName as JSXNamespacedName, type indexLegacy_d_JSXOpeningElement as JSXOpeningElement, type indexLegacy_d_JSXOpeningFragment as JSXOpeningFragment, type indexLegacy_d_JSXSpreadAttribute as JSXSpreadAttribute, type indexLegacy_d_JSXSpreadChild as JSXSpreadChild, type indexLegacy_d_JSXText as JSXText, type indexLegacy_d_LVal as LVal, type indexLegacy_d_LabeledStatement as LabeledStatement, type indexLegacy_d_Literal as Literal, type indexLegacy_d_LogicalExpression as LogicalExpression, type indexLegacy_d_Loop as Loop, type indexLegacy_d_MemberExpression as MemberExpression, type indexLegacy_d_MetaProperty as MetaProperty, type indexLegacy_d_Method as Method, type indexLegacy_d_Miscellaneous as Miscellaneous, type indexLegacy_d_MixedTypeAnnotation as MixedTypeAnnotation, type indexLegacy_d_ModuleDeclaration as ModuleDeclaration, type indexLegacy_d_ModuleExpression as ModuleExpression, type indexLegacy_d_ModuleSpecifier as ModuleSpecifier, type indexLegacy_d_NewExpression as NewExpression, type indexLegacy_d_Node as Node, type indexLegacy_d_NullLiteral as NullLiteral, type indexLegacy_d_NullLiteralTypeAnnotation as NullLiteralTypeAnnotation, type indexLegacy_d_NullableTypeAnnotation as NullableTypeAnnotation, type indexLegacy_d_NumberLiteral as NumberLiteral, type indexLegacy_d_NumberLiteralTypeAnnotation as NumberLiteralTypeAnnotation, type indexLegacy_d_NumberTypeAnnotation as NumberTypeAnnotation, type indexLegacy_d_NumericLiteral as NumericLiteral, type indexLegacy_d_ObjectExpression as ObjectExpression, type indexLegacy_d_ObjectMember as ObjectMember, type indexLegacy_d_ObjectMethod as ObjectMethod, type indexLegacy_d_ObjectPattern as ObjectPattern, type indexLegacy_d_ObjectProperty as ObjectProperty, type indexLegacy_d_ObjectTypeAnnotation as ObjectTypeAnnotation, type indexLegacy_d_ObjectTypeCallProperty as ObjectTypeCallProperty, type indexLegacy_d_ObjectTypeIndexer as ObjectTypeIndexer, type indexLegacy_d_ObjectTypeInternalSlot as ObjectTypeInternalSlot, type indexLegacy_d_ObjectTypeProperty as ObjectTypeProperty, type indexLegacy_d_ObjectTypeSpreadProperty as ObjectTypeSpreadProperty, type indexLegacy_d_OpaqueType as OpaqueType, type indexLegacy_d_OptionalCallExpression as OptionalCallExpression, type indexLegacy_d_OptionalIndexedAccessType as OptionalIndexedAccessType, type indexLegacy_d_OptionalMemberExpression as OptionalMemberExpression, type indexLegacy_d_ParenthesizedExpression as ParenthesizedExpression, type indexLegacy_d_Pattern as Pattern, type indexLegacy_d_PatternLike as PatternLike, type indexLegacy_d_PipelineBareFunction as PipelineBareFunction, type indexLegacy_d_PipelinePrimaryTopicReference as PipelinePrimaryTopicReference, type indexLegacy_d_PipelineTopicExpression as PipelineTopicExpression, type indexLegacy_d_Placeholder as Placeholder, type indexLegacy_d_Private as Private, type indexLegacy_d_PrivateName as PrivateName, type indexLegacy_d_Program as Program, type indexLegacy_d_Property as Property, type indexLegacy_d_Pureish as Pureish, type indexLegacy_d_QualifiedTypeIdentifier as QualifiedTypeIdentifier, type indexLegacy_d_RecordExpression as RecordExpression, type indexLegacy_d_RegExpLiteral as RegExpLiteral, type indexLegacy_d_RegexLiteral as RegexLiteral, type indexLegacy_d_RestElement as RestElement, type indexLegacy_d_RestProperty as RestProperty, type indexLegacy_d_ReturnStatement as ReturnStatement, type indexLegacy_d_Scopable as Scopable, type indexLegacy_d_SequenceExpression as SequenceExpression, type indexLegacy_d_SourceLocation as SourceLocation, type indexLegacy_d_SpreadElement as SpreadElement, type indexLegacy_d_SpreadProperty as SpreadProperty, type indexLegacy_d_Standardized as Standardized, type indexLegacy_d_Statement as Statement, type indexLegacy_d_StaticBlock as StaticBlock, type indexLegacy_d_StringLiteral as StringLiteral, type indexLegacy_d_StringLiteralTypeAnnotation as StringLiteralTypeAnnotation, type indexLegacy_d_StringTypeAnnotation as StringTypeAnnotation, type indexLegacy_d_Super as Super, type indexLegacy_d_SwitchCase as SwitchCase, type indexLegacy_d_SwitchStatement as SwitchStatement, type indexLegacy_d_SymbolTypeAnnotation as SymbolTypeAnnotation, type indexLegacy_d_TSAnyKeyword as TSAnyKeyword, type indexLegacy_d_TSArrayType as TSArrayType, type indexLegacy_d_TSAsExpression as TSAsExpression, type indexLegacy_d_TSBaseType as TSBaseType, type indexLegacy_d_TSBigIntKeyword as TSBigIntKeyword, type indexLegacy_d_TSBooleanKeyword as TSBooleanKeyword, type indexLegacy_d_TSCallSignatureDeclaration as TSCallSignatureDeclaration, type indexLegacy_d_TSClassImplements as TSClassImplements, type indexLegacy_d_TSConditionalType as TSConditionalType, type indexLegacy_d_TSConstructSignatureDeclaration as TSConstructSignatureDeclaration, type indexLegacy_d_TSConstructorType as TSConstructorType, type indexLegacy_d_TSDeclareFunction as TSDeclareFunction, type indexLegacy_d_TSDeclareMethod as TSDeclareMethod, type indexLegacy_d_TSEntityName as TSEntityName, type indexLegacy_d_TSEnumDeclaration as TSEnumDeclaration, type indexLegacy_d_TSEnumMember as TSEnumMember, type indexLegacy_d_TSExportAssignment as TSExportAssignment, type indexLegacy_d_TSExternalModuleReference as TSExternalModuleReference, type indexLegacy_d_TSFunctionType as TSFunctionType, type indexLegacy_d_TSImportEqualsDeclaration as TSImportEqualsDeclaration, type indexLegacy_d_TSImportType as TSImportType, type indexLegacy_d_TSIndexSignature as TSIndexSignature, type indexLegacy_d_TSIndexedAccessType as TSIndexedAccessType, type indexLegacy_d_TSInferType as TSInferType, type indexLegacy_d_TSInstantiationExpression as TSInstantiationExpression, type indexLegacy_d_TSInterfaceBody as TSInterfaceBody, type indexLegacy_d_TSInterfaceDeclaration as TSInterfaceDeclaration, type indexLegacy_d_TSInterfaceHeritage as TSInterfaceHeritage, type indexLegacy_d_TSIntersectionType as TSIntersectionType, type indexLegacy_d_TSIntrinsicKeyword as TSIntrinsicKeyword, type indexLegacy_d_TSLiteralType as TSLiteralType, type indexLegacy_d_TSMappedType as TSMappedType, type indexLegacy_d_TSMethodSignature as TSMethodSignature, type indexLegacy_d_TSModuleBlock as TSModuleBlock, type indexLegacy_d_TSModuleDeclaration as TSModuleDeclaration, type indexLegacy_d_TSNamedTupleMember as TSNamedTupleMember, type indexLegacy_d_TSNamespaceExportDeclaration as TSNamespaceExportDeclaration, type indexLegacy_d_TSNeverKeyword as TSNeverKeyword, type indexLegacy_d_TSNonNullExpression as TSNonNullExpression, type indexLegacy_d_TSNullKeyword as TSNullKeyword, type indexLegacy_d_TSNumberKeyword as TSNumberKeyword, type indexLegacy_d_TSObjectKeyword as TSObjectKeyword, type indexLegacy_d_TSOptionalType as TSOptionalType, type indexLegacy_d_TSParameterProperty as TSParameterProperty, type indexLegacy_d_TSParenthesizedType as TSParenthesizedType, type indexLegacy_d_TSPropertySignature as TSPropertySignature, type indexLegacy_d_TSQualifiedName as TSQualifiedName, type indexLegacy_d_TSRestType as TSRestType, type indexLegacy_d_TSSatisfiesExpression as TSSatisfiesExpression, type indexLegacy_d_TSStringKeyword as TSStringKeyword, type indexLegacy_d_TSSymbolKeyword as TSSymbolKeyword, type indexLegacy_d_TSThisType as TSThisType, type indexLegacy_d_TSTupleType as TSTupleType, type indexLegacy_d_TSType as TSType, type indexLegacy_d_TSTypeAliasDeclaration as TSTypeAliasDeclaration, type indexLegacy_d_TSTypeAnnotation as TSTypeAnnotation, type indexLegacy_d_TSTypeAssertion as TSTypeAssertion, type indexLegacy_d_TSTypeElement as TSTypeElement, type indexLegacy_d_TSTypeLiteral as TSTypeLiteral, type indexLegacy_d_TSTypeOperator as TSTypeOperator, type indexLegacy_d_TSTypeParameter as TSTypeParameter, type indexLegacy_d_TSTypeParameterDeclaration as TSTypeParameterDeclaration, type indexLegacy_d_TSTypeParameterInstantiation as TSTypeParameterInstantiation, type indexLegacy_d_TSTypePredicate as TSTypePredicate, type indexLegacy_d_TSTypeQuery as TSTypeQuery, type indexLegacy_d_TSTypeReference as TSTypeReference, type indexLegacy_d_TSUndefinedKeyword as TSUndefinedKeyword, type indexLegacy_d_TSUnionType as TSUnionType, type indexLegacy_d_TSUnknownKeyword as TSUnknownKeyword, type indexLegacy_d_TSVoidKeyword as TSVoidKeyword, type indexLegacy_d_TaggedTemplateExpression as TaggedTemplateExpression, type indexLegacy_d_TemplateElement as TemplateElement, type indexLegacy_d_TemplateLiteral as TemplateLiteral, type indexLegacy_d_Terminatorless as Terminatorless, type indexLegacy_d_ThisExpression as ThisExpression, type indexLegacy_d_ThisTypeAnnotation as ThisTypeAnnotation, type indexLegacy_d_ThrowStatement as ThrowStatement, type indexLegacy_d_TopicReference as TopicReference, type indexLegacy_d_TraversalAncestors as TraversalAncestors, type indexLegacy_d_TraversalHandler as TraversalHandler, type indexLegacy_d_TraversalHandlers as TraversalHandlers, type indexLegacy_d_TryStatement as TryStatement, type indexLegacy_d_TupleExpression as TupleExpression, type indexLegacy_d_TupleTypeAnnotation as TupleTypeAnnotation, type indexLegacy_d_TypeAlias as TypeAlias, type indexLegacy_d_TypeAnnotation as TypeAnnotation, type indexLegacy_d_TypeCastExpression as TypeCastExpression, type indexLegacy_d_TypeParameter as TypeParameter, type indexLegacy_d_TypeParameterDeclaration as TypeParameterDeclaration, type indexLegacy_d_TypeParameterInstantiation as TypeParameterInstantiation, type indexLegacy_d_TypeScript as TypeScript, type indexLegacy_d_TypeofTypeAnnotation as TypeofTypeAnnotation, type indexLegacy_d_UnaryExpression as UnaryExpression, type indexLegacy_d_UnaryLike as UnaryLike, type indexLegacy_d_UnionTypeAnnotation as UnionTypeAnnotation, type indexLegacy_d_UpdateExpression as UpdateExpression, type indexLegacy_d_UserWhitespacable as UserWhitespacable, type indexLegacy_d_V8IntrinsicIdentifier as V8IntrinsicIdentifier, type indexLegacy_d_VariableDeclaration as VariableDeclaration, type indexLegacy_d_VariableDeclarator as VariableDeclarator, type indexLegacy_d_Variance as Variance, type indexLegacy_d_VoidTypeAnnotation as VoidTypeAnnotation, type indexLegacy_d_While as While, type indexLegacy_d_WhileStatement as WhileStatement, type indexLegacy_d_WithStatement as WithStatement, type indexLegacy_d_YieldExpression as YieldExpression, indexLegacy_d_addComment as addComment, indexLegacy_d_addComments as addComments, indexLegacy_d_anyTypeAnnotation as anyTypeAnnotation, indexLegacy_d_appendToMemberExpression as appendToMemberExpression, indexLegacy_d_argumentPlaceholder as argumentPlaceholder, indexLegacy_d_arrayExpression as arrayExpression, indexLegacy_d_arrayPattern as arrayPattern, indexLegacy_d_arrayTypeAnnotation as arrayTypeAnnotation, indexLegacy_d_arrowFunctionExpression as arrowFunctionExpression, indexLegacy_d_assertAccessor as assertAccessor, indexLegacy_d_assertAnyTypeAnnotation as assertAnyTypeAnnotation, indexLegacy_d_assertArgumentPlaceholder as assertArgumentPlaceholder, indexLegacy_d_assertArrayExpression as assertArrayExpression, indexLegacy_d_assertArrayPattern as assertArrayPattern, indexLegacy_d_assertArrayTypeAnnotation as assertArrayTypeAnnotation, indexLegacy_d_assertArrowFunctionExpression as assertArrowFunctionExpression, indexLegacy_d_assertAssignmentExpression as assertAssignmentExpression, indexLegacy_d_assertAssignmentPattern as assertAssignmentPattern, indexLegacy_d_assertAwaitExpression as assertAwaitExpression, indexLegacy_d_assertBigIntLiteral as assertBigIntLiteral, indexLegacy_d_assertBinary as assertBinary, indexLegacy_d_assertBinaryExpression as assertBinaryExpression, indexLegacy_d_assertBindExpression as assertBindExpression, indexLegacy_d_assertBlock as assertBlock, indexLegacy_d_assertBlockParent as assertBlockParent, indexLegacy_d_assertBlockStatement as assertBlockStatement, indexLegacy_d_assertBooleanLiteral as assertBooleanLiteral, indexLegacy_d_assertBooleanLiteralTypeAnnotation as assertBooleanLiteralTypeAnnotation, indexLegacy_d_assertBooleanTypeAnnotation as assertBooleanTypeAnnotation, indexLegacy_d_assertBreakStatement as assertBreakStatement, indexLegacy_d_assertCallExpression as assertCallExpression, indexLegacy_d_assertCatchClause as assertCatchClause, indexLegacy_d_assertClass as assertClass, indexLegacy_d_assertClassAccessorProperty as assertClassAccessorProperty, indexLegacy_d_assertClassBody as assertClassBody, indexLegacy_d_assertClassDeclaration as assertClassDeclaration, indexLegacy_d_assertClassExpression as assertClassExpression, indexLegacy_d_assertClassImplements as assertClassImplements, indexLegacy_d_assertClassMethod as assertClassMethod, indexLegacy_d_assertClassPrivateMethod as assertClassPrivateMethod, indexLegacy_d_assertClassPrivateProperty as assertClassPrivateProperty, indexLegacy_d_assertClassProperty as assertClassProperty, indexLegacy_d_assertCompletionStatement as assertCompletionStatement, indexLegacy_d_assertConditional as assertConditional, indexLegacy_d_assertConditionalExpression as assertConditionalExpression, indexLegacy_d_assertContinueStatement as assertContinueStatement, indexLegacy_d_assertDebuggerStatement as assertDebuggerStatement, indexLegacy_d_assertDeclaration as assertDeclaration, indexLegacy_d_assertDeclareClass as assertDeclareClass, indexLegacy_d_assertDeclareExportAllDeclaration as assertDeclareExportAllDeclaration, indexLegacy_d_assertDeclareExportDeclaration as assertDeclareExportDeclaration, indexLegacy_d_assertDeclareFunction as assertDeclareFunction, indexLegacy_d_assertDeclareInterface as assertDeclareInterface, indexLegacy_d_assertDeclareModule as assertDeclareModule, indexLegacy_d_assertDeclareModuleExports as assertDeclareModuleExports, indexLegacy_d_assertDeclareOpaqueType as assertDeclareOpaqueType, indexLegacy_d_assertDeclareTypeAlias as assertDeclareTypeAlias, indexLegacy_d_assertDeclareVariable as assertDeclareVariable, indexLegacy_d_assertDeclaredPredicate as assertDeclaredPredicate, indexLegacy_d_assertDecorator as assertDecorator, indexLegacy_d_assertDirective as assertDirective, indexLegacy_d_assertDirectiveLiteral as assertDirectiveLiteral, indexLegacy_d_assertDoExpression as assertDoExpression, indexLegacy_d_assertDoWhileStatement as assertDoWhileStatement, indexLegacy_d_assertEmptyStatement as assertEmptyStatement, indexLegacy_d_assertEmptyTypeAnnotation as assertEmptyTypeAnnotation, indexLegacy_d_assertEnumBody as assertEnumBody, indexLegacy_d_assertEnumBooleanBody as assertEnumBooleanBody, indexLegacy_d_assertEnumBooleanMember as assertEnumBooleanMember, indexLegacy_d_assertEnumDeclaration as assertEnumDeclaration, indexLegacy_d_assertEnumDefaultedMember as assertEnumDefaultedMember, indexLegacy_d_assertEnumMember as assertEnumMember, indexLegacy_d_assertEnumNumberBody as assertEnumNumberBody, indexLegacy_d_assertEnumNumberMember as assertEnumNumberMember, indexLegacy_d_assertEnumStringBody as assertEnumStringBody, indexLegacy_d_assertEnumStringMember as assertEnumStringMember, indexLegacy_d_assertEnumSymbolBody as assertEnumSymbolBody, indexLegacy_d_assertExistsTypeAnnotation as assertExistsTypeAnnotation, indexLegacy_d_assertExportAllDeclaration as assertExportAllDeclaration, indexLegacy_d_assertExportDeclaration as assertExportDeclaration, indexLegacy_d_assertExportDefaultDeclaration as assertExportDefaultDeclaration, indexLegacy_d_assertExportDefaultSpecifier as assertExportDefaultSpecifier, indexLegacy_d_assertExportNamedDeclaration as assertExportNamedDeclaration, indexLegacy_d_assertExportNamespaceSpecifier as assertExportNamespaceSpecifier, indexLegacy_d_assertExportSpecifier as assertExportSpecifier, indexLegacy_d_assertExpression as assertExpression, indexLegacy_d_assertExpressionStatement as assertExpressionStatement, indexLegacy_d_assertExpressionWrapper as assertExpressionWrapper, indexLegacy_d_assertFile as assertFile, indexLegacy_d_assertFlow as assertFlow, indexLegacy_d_assertFlowBaseAnnotation as assertFlowBaseAnnotation, indexLegacy_d_assertFlowDeclaration as assertFlowDeclaration, indexLegacy_d_assertFlowPredicate as assertFlowPredicate, indexLegacy_d_assertFlowType as assertFlowType, indexLegacy_d_assertFor as assertFor, indexLegacy_d_assertForInStatement as assertForInStatement, indexLegacy_d_assertForOfStatement as assertForOfStatement, indexLegacy_d_assertForStatement as assertForStatement, indexLegacy_d_assertForXStatement as assertForXStatement, indexLegacy_d_assertFunction as assertFunction, indexLegacy_d_assertFunctionDeclaration as assertFunctionDeclaration, indexLegacy_d_assertFunctionExpression as assertFunctionExpression, indexLegacy_d_assertFunctionParent as assertFunctionParent, indexLegacy_d_assertFunctionTypeAnnotation as assertFunctionTypeAnnotation, indexLegacy_d_assertFunctionTypeParam as assertFunctionTypeParam, indexLegacy_d_assertGenericTypeAnnotation as assertGenericTypeAnnotation, indexLegacy_d_assertIdentifier as assertIdentifier, indexLegacy_d_assertIfStatement as assertIfStatement, indexLegacy_d_assertImmutable as assertImmutable, indexLegacy_d_assertImport as assertImport, indexLegacy_d_assertImportAttribute as assertImportAttribute, indexLegacy_d_assertImportDeclaration as assertImportDeclaration, indexLegacy_d_assertImportDefaultSpecifier as assertImportDefaultSpecifier, indexLegacy_d_assertImportExpression as assertImportExpression, indexLegacy_d_assertImportNamespaceSpecifier as assertImportNamespaceSpecifier, indexLegacy_d_assertImportOrExportDeclaration as assertImportOrExportDeclaration, indexLegacy_d_assertImportSpecifier as assertImportSpecifier, indexLegacy_d_assertIndexedAccessType as assertIndexedAccessType, indexLegacy_d_assertInferredPredicate as assertInferredPredicate, indexLegacy_d_assertInterfaceDeclaration as assertInterfaceDeclaration, indexLegacy_d_assertInterfaceExtends as assertInterfaceExtends, indexLegacy_d_assertInterfaceTypeAnnotation as assertInterfaceTypeAnnotation, indexLegacy_d_assertInterpreterDirective as assertInterpreterDirective, indexLegacy_d_assertIntersectionTypeAnnotation as assertIntersectionTypeAnnotation, indexLegacy_d_assertJSX as assertJSX, indexLegacy_d_assertJSXAttribute as assertJSXAttribute, indexLegacy_d_assertJSXClosingElement as assertJSXClosingElement, indexLegacy_d_assertJSXClosingFragment as assertJSXClosingFragment, indexLegacy_d_assertJSXElement as assertJSXElement, indexLegacy_d_assertJSXEmptyExpression as assertJSXEmptyExpression, indexLegacy_d_assertJSXExpressionContainer as assertJSXExpressionContainer, indexLegacy_d_assertJSXFragment as assertJSXFragment, indexLegacy_d_assertJSXIdentifier as assertJSXIdentifier, indexLegacy_d_assertJSXMemberExpression as assertJSXMemberExpression, indexLegacy_d_assertJSXNamespacedName as assertJSXNamespacedName, indexLegacy_d_assertJSXOpeningElement as assertJSXOpeningElement, indexLegacy_d_assertJSXOpeningFragment as assertJSXOpeningFragment, indexLegacy_d_assertJSXSpreadAttribute as assertJSXSpreadAttribute, indexLegacy_d_assertJSXSpreadChild as assertJSXSpreadChild, indexLegacy_d_assertJSXText as assertJSXText, indexLegacy_d_assertLVal as assertLVal, indexLegacy_d_assertLabeledStatement as assertLabeledStatement, indexLegacy_d_assertLiteral as assertLiteral, indexLegacy_d_assertLogicalExpression as assertLogicalExpression, indexLegacy_d_assertLoop as assertLoop, indexLegacy_d_assertMemberExpression as assertMemberExpression, indexLegacy_d_assertMetaProperty as assertMetaProperty, indexLegacy_d_assertMethod as assertMethod, indexLegacy_d_assertMiscellaneous as assertMiscellaneous, indexLegacy_d_assertMixedTypeAnnotation as assertMixedTypeAnnotation, indexLegacy_d_assertModuleDeclaration as assertModuleDeclaration, indexLegacy_d_assertModuleExpression as assertModuleExpression, indexLegacy_d_assertModuleSpecifier as assertModuleSpecifier, indexLegacy_d_assertNewExpression as assertNewExpression, indexLegacy_d_assertNode as assertNode, indexLegacy_d_assertNullLiteral as assertNullLiteral, indexLegacy_d_assertNullLiteralTypeAnnotation as assertNullLiteralTypeAnnotation, indexLegacy_d_assertNullableTypeAnnotation as assertNullableTypeAnnotation, indexLegacy_d_assertNumberLiteral as assertNumberLiteral, indexLegacy_d_assertNumberLiteralTypeAnnotation as assertNumberLiteralTypeAnnotation, indexLegacy_d_assertNumberTypeAnnotation as assertNumberTypeAnnotation, indexLegacy_d_assertNumericLiteral as assertNumericLiteral, indexLegacy_d_assertObjectExpression as assertObjectExpression, indexLegacy_d_assertObjectMember as assertObjectMember, indexLegacy_d_assertObjectMethod as assertObjectMethod, indexLegacy_d_assertObjectPattern as assertObjectPattern, indexLegacy_d_assertObjectProperty as assertObjectProperty, indexLegacy_d_assertObjectTypeAnnotation as assertObjectTypeAnnotation, indexLegacy_d_assertObjectTypeCallProperty as assertObjectTypeCallProperty, indexLegacy_d_assertObjectTypeIndexer as assertObjectTypeIndexer, indexLegacy_d_assertObjectTypeInternalSlot as assertObjectTypeInternalSlot, indexLegacy_d_assertObjectTypeProperty as assertObjectTypeProperty, indexLegacy_d_assertObjectTypeSpreadProperty as assertObjectTypeSpreadProperty, indexLegacy_d_assertOpaqueType as assertOpaqueType, indexLegacy_d_assertOptionalCallExpression as assertOptionalCallExpression, indexLegacy_d_assertOptionalIndexedAccessType as assertOptionalIndexedAccessType, indexLegacy_d_assertOptionalMemberExpression as assertOptionalMemberExpression, indexLegacy_d_assertParenthesizedExpression as assertParenthesizedExpression, indexLegacy_d_assertPattern as assertPattern, indexLegacy_d_assertPatternLike as assertPatternLike, indexLegacy_d_assertPipelineBareFunction as assertPipelineBareFunction, indexLegacy_d_assertPipelinePrimaryTopicReference as assertPipelinePrimaryTopicReference, indexLegacy_d_assertPipelineTopicExpression as assertPipelineTopicExpression, indexLegacy_d_assertPlaceholder as assertPlaceholder, indexLegacy_d_assertPrivate as assertPrivate, indexLegacy_d_assertPrivateName as assertPrivateName, indexLegacy_d_assertProgram as assertProgram, indexLegacy_d_assertProperty as assertProperty, indexLegacy_d_assertPureish as assertPureish, indexLegacy_d_assertQualifiedTypeIdentifier as assertQualifiedTypeIdentifier, indexLegacy_d_assertRecordExpression as assertRecordExpression, indexLegacy_d_assertRegExpLiteral as assertRegExpLiteral, indexLegacy_d_assertRegexLiteral as assertRegexLiteral, indexLegacy_d_assertRestElement as assertRestElement, indexLegacy_d_assertRestProperty as assertRestProperty, indexLegacy_d_assertReturnStatement as assertReturnStatement, indexLegacy_d_assertScopable as assertScopable, indexLegacy_d_assertSequenceExpression as assertSequenceExpression, indexLegacy_d_assertSpreadElement as assertSpreadElement, indexLegacy_d_assertSpreadProperty as assertSpreadProperty, indexLegacy_d_assertStandardized as assertStandardized, indexLegacy_d_assertStatement as assertStatement, indexLegacy_d_assertStaticBlock as assertStaticBlock, indexLegacy_d_assertStringLiteral as assertStringLiteral, indexLegacy_d_assertStringLiteralTypeAnnotation as assertStringLiteralTypeAnnotation, indexLegacy_d_assertStringTypeAnnotation as assertStringTypeAnnotation, indexLegacy_d_assertSuper as assertSuper, indexLegacy_d_assertSwitchCase as assertSwitchCase, indexLegacy_d_assertSwitchStatement as assertSwitchStatement, indexLegacy_d_assertSymbolTypeAnnotation as assertSymbolTypeAnnotation, indexLegacy_d_assertTSAnyKeyword as assertTSAnyKeyword, indexLegacy_d_assertTSArrayType as assertTSArrayType, indexLegacy_d_assertTSAsExpression as assertTSAsExpression, indexLegacy_d_assertTSBaseType as assertTSBaseType, indexLegacy_d_assertTSBigIntKeyword as assertTSBigIntKeyword, indexLegacy_d_assertTSBooleanKeyword as assertTSBooleanKeyword, indexLegacy_d_assertTSCallSignatureDeclaration as assertTSCallSignatureDeclaration, indexLegacy_d_assertTSClassImplements as assertTSClassImplements, indexLegacy_d_assertTSConditionalType as assertTSConditionalType, indexLegacy_d_assertTSConstructSignatureDeclaration as assertTSConstructSignatureDeclaration, indexLegacy_d_assertTSConstructorType as assertTSConstructorType, indexLegacy_d_assertTSDeclareFunction as assertTSDeclareFunction, indexLegacy_d_assertTSDeclareMethod as assertTSDeclareMethod, indexLegacy_d_assertTSEntityName as assertTSEntityName, indexLegacy_d_assertTSEnumDeclaration as assertTSEnumDeclaration, indexLegacy_d_assertTSEnumMember as assertTSEnumMember, indexLegacy_d_assertTSExportAssignment as assertTSExportAssignment, indexLegacy_d_assertTSExternalModuleReference as assertTSExternalModuleReference, indexLegacy_d_assertTSFunctionType as assertTSFunctionType, indexLegacy_d_assertTSImportEqualsDeclaration as assertTSImportEqualsDeclaration, indexLegacy_d_assertTSImportType as assertTSImportType, indexLegacy_d_assertTSIndexSignature as assertTSIndexSignature, indexLegacy_d_assertTSIndexedAccessType as assertTSIndexedAccessType, indexLegacy_d_assertTSInferType as assertTSInferType, indexLegacy_d_assertTSInstantiationExpression as assertTSInstantiationExpression, indexLegacy_d_assertTSInterfaceBody as assertTSInterfaceBody, indexLegacy_d_assertTSInterfaceDeclaration as assertTSInterfaceDeclaration, indexLegacy_d_assertTSInterfaceHeritage as assertTSInterfaceHeritage, indexLegacy_d_assertTSIntersectionType as assertTSIntersectionType, indexLegacy_d_assertTSIntrinsicKeyword as assertTSIntrinsicKeyword, indexLegacy_d_assertTSLiteralType as assertTSLiteralType, indexLegacy_d_assertTSMappedType as assertTSMappedType, indexLegacy_d_assertTSMethodSignature as assertTSMethodSignature, indexLegacy_d_assertTSModuleBlock as assertTSModuleBlock, indexLegacy_d_assertTSModuleDeclaration as assertTSModuleDeclaration, indexLegacy_d_assertTSNamedTupleMember as assertTSNamedTupleMember, indexLegacy_d_assertTSNamespaceExportDeclaration as assertTSNamespaceExportDeclaration, indexLegacy_d_assertTSNeverKeyword as assertTSNeverKeyword, indexLegacy_d_assertTSNonNullExpression as assertTSNonNullExpression, indexLegacy_d_assertTSNullKeyword as assertTSNullKeyword, indexLegacy_d_assertTSNumberKeyword as assertTSNumberKeyword, indexLegacy_d_assertTSObjectKeyword as assertTSObjectKeyword, indexLegacy_d_assertTSOptionalType as assertTSOptionalType, indexLegacy_d_assertTSParameterProperty as assertTSParameterProperty, indexLegacy_d_assertTSParenthesizedType as assertTSParenthesizedType, indexLegacy_d_assertTSPropertySignature as assertTSPropertySignature, indexLegacy_d_assertTSQualifiedName as assertTSQualifiedName, indexLegacy_d_assertTSRestType as assertTSRestType, indexLegacy_d_assertTSSatisfiesExpression as assertTSSatisfiesExpression, indexLegacy_d_assertTSStringKeyword as assertTSStringKeyword, indexLegacy_d_assertTSSymbolKeyword as assertTSSymbolKeyword, indexLegacy_d_assertTSThisType as assertTSThisType, indexLegacy_d_assertTSTupleType as assertTSTupleType, indexLegacy_d_assertTSType as assertTSType, indexLegacy_d_assertTSTypeAliasDeclaration as assertTSTypeAliasDeclaration, indexLegacy_d_assertTSTypeAnnotation as assertTSTypeAnnotation, indexLegacy_d_assertTSTypeAssertion as assertTSTypeAssertion, indexLegacy_d_assertTSTypeElement as assertTSTypeElement, indexLegacy_d_assertTSTypeLiteral as assertTSTypeLiteral, indexLegacy_d_assertTSTypeOperator as assertTSTypeOperator, indexLegacy_d_assertTSTypeParameter as assertTSTypeParameter, indexLegacy_d_assertTSTypeParameterDeclaration as assertTSTypeParameterDeclaration, indexLegacy_d_assertTSTypeParameterInstantiation as assertTSTypeParameterInstantiation, indexLegacy_d_assertTSTypePredicate as assertTSTypePredicate, indexLegacy_d_assertTSTypeQuery as assertTSTypeQuery, indexLegacy_d_assertTSTypeReference as assertTSTypeReference, indexLegacy_d_assertTSUndefinedKeyword as assertTSUndefinedKeyword, indexLegacy_d_assertTSUnionType as assertTSUnionType, indexLegacy_d_assertTSUnknownKeyword as assertTSUnknownKeyword, indexLegacy_d_assertTSVoidKeyword as assertTSVoidKeyword, indexLegacy_d_assertTaggedTemplateExpression as assertTaggedTemplateExpression, indexLegacy_d_assertTemplateElement as assertTemplateElement, indexLegacy_d_assertTemplateLiteral as assertTemplateLiteral, indexLegacy_d_assertTerminatorless as assertTerminatorless, indexLegacy_d_assertThisExpression as assertThisExpression, indexLegacy_d_assertThisTypeAnnotation as assertThisTypeAnnotation, indexLegacy_d_assertThrowStatement as assertThrowStatement, indexLegacy_d_assertTopicReference as assertTopicReference, indexLegacy_d_assertTryStatement as assertTryStatement, indexLegacy_d_assertTupleExpression as assertTupleExpression, indexLegacy_d_assertTupleTypeAnnotation as assertTupleTypeAnnotation, indexLegacy_d_assertTypeAlias as assertTypeAlias, indexLegacy_d_assertTypeAnnotation as assertTypeAnnotation, indexLegacy_d_assertTypeCastExpression as assertTypeCastExpression, indexLegacy_d_assertTypeParameter as assertTypeParameter, indexLegacy_d_assertTypeParameterDeclaration as assertTypeParameterDeclaration, indexLegacy_d_assertTypeParameterInstantiation as assertTypeParameterInstantiation, indexLegacy_d_assertTypeScript as assertTypeScript, indexLegacy_d_assertTypeofTypeAnnotation as assertTypeofTypeAnnotation, indexLegacy_d_assertUnaryExpression as assertUnaryExpression, indexLegacy_d_assertUnaryLike as assertUnaryLike, indexLegacy_d_assertUnionTypeAnnotation as assertUnionTypeAnnotation, indexLegacy_d_assertUpdateExpression as assertUpdateExpression, indexLegacy_d_assertUserWhitespacable as assertUserWhitespacable, indexLegacy_d_assertV8IntrinsicIdentifier as assertV8IntrinsicIdentifier, indexLegacy_d_assertVariableDeclaration as assertVariableDeclaration, indexLegacy_d_assertVariableDeclarator as assertVariableDeclarator, indexLegacy_d_assertVariance as assertVariance, indexLegacy_d_assertVoidTypeAnnotation as assertVoidTypeAnnotation, indexLegacy_d_assertWhile as assertWhile, indexLegacy_d_assertWhileStatement as assertWhileStatement, indexLegacy_d_assertWithStatement as assertWithStatement, indexLegacy_d_assertYieldExpression as assertYieldExpression, indexLegacy_d_assignmentExpression as assignmentExpression, indexLegacy_d_assignmentPattern as assignmentPattern, indexLegacy_d_awaitExpression as awaitExpression, indexLegacy_d_bigIntLiteral as bigIntLiteral, indexLegacy_d_binaryExpression as binaryExpression, indexLegacy_d_bindExpression as bindExpression, indexLegacy_d_blockStatement as blockStatement, indexLegacy_d_booleanLiteral as booleanLiteral, indexLegacy_d_booleanLiteralTypeAnnotation as booleanLiteralTypeAnnotation, indexLegacy_d_booleanTypeAnnotation as booleanTypeAnnotation, indexLegacy_d_breakStatement as breakStatement, indexLegacy_d_buildChildren as buildChildren, indexLegacy_d_buildMatchMemberExpression as buildMatchMemberExpression, indexLegacy_d_callExpression as callExpression, indexLegacy_d_catchClause as catchClause, indexLegacy_d_classAccessorProperty as classAccessorProperty, indexLegacy_d_classBody as classBody, indexLegacy_d_classDeclaration as classDeclaration, indexLegacy_d_classExpression as classExpression, indexLegacy_d_classImplements as classImplements, indexLegacy_d_classMethod as classMethod, indexLegacy_d_classPrivateMethod as classPrivateMethod, indexLegacy_d_classPrivateProperty as classPrivateProperty, indexLegacy_d_classProperty as classProperty, indexLegacy_d_clone as clone, indexLegacy_d_cloneDeep as cloneDeep, indexLegacy_d_cloneDeepWithoutLoc as cloneDeepWithoutLoc, indexLegacy_d_cloneNode as cloneNode, indexLegacy_d_cloneWithoutLoc as cloneWithoutLoc, indexLegacy_d_conditionalExpression as conditionalExpression, indexLegacy_d_continueStatement as continueStatement, indexLegacy_d_createFlowUnionType as createFlowUnionType, indexLegacy_d_createTypeAnnotationBasedOnTypeof as createTypeAnnotationBasedOnTypeof, indexLegacy_d_createUnionTypeAnnotation as createUnionTypeAnnotation, indexLegacy_d_debuggerStatement as debuggerStatement, indexLegacy_d_declareClass as declareClass, indexLegacy_d_declareExportAllDeclaration as declareExportAllDeclaration, indexLegacy_d_declareExportDeclaration as declareExportDeclaration, indexLegacy_d_declareFunction as declareFunction, indexLegacy_d_declareInterface as declareInterface, indexLegacy_d_declareModule as declareModule, indexLegacy_d_declareModuleExports as declareModuleExports, indexLegacy_d_declareOpaqueType as declareOpaqueType, indexLegacy_d_declareTypeAlias as declareTypeAlias, indexLegacy_d_declareVariable as declareVariable, indexLegacy_d_declaredPredicate as declaredPredicate, indexLegacy_d_decorator as decorator, indexLegacy_d_directive as directive, indexLegacy_d_directiveLiteral as directiveLiteral, indexLegacy_d_doExpression as doExpression, indexLegacy_d_doWhileStatement as doWhileStatement, indexLegacy_d_emptyStatement as emptyStatement, indexLegacy_d_emptyTypeAnnotation as emptyTypeAnnotation, indexLegacy_d_ensureBlock as ensureBlock, indexLegacy_d_enumBooleanBody as enumBooleanBody, indexLegacy_d_enumBooleanMember as enumBooleanMember, indexLegacy_d_enumDeclaration as enumDeclaration, indexLegacy_d_enumDefaultedMember as enumDefaultedMember, indexLegacy_d_enumNumberBody as enumNumberBody, indexLegacy_d_enumNumberMember as enumNumberMember, indexLegacy_d_enumStringBody as enumStringBody, indexLegacy_d_enumStringMember as enumStringMember, indexLegacy_d_enumSymbolBody as enumSymbolBody, indexLegacy_d_existsTypeAnnotation as existsTypeAnnotation, indexLegacy_d_exportAllDeclaration as exportAllDeclaration, indexLegacy_d_exportDefaultDeclaration as exportDefaultDeclaration, indexLegacy_d_exportDefaultSpecifier as exportDefaultSpecifier, indexLegacy_d_exportNamedDeclaration as exportNamedDeclaration, indexLegacy_d_exportNamespaceSpecifier as exportNamespaceSpecifier, indexLegacy_d_exportSpecifier as exportSpecifier, indexLegacy_d_expressionStatement as expressionStatement, indexLegacy_d_file as file, indexLegacy_d_forInStatement as forInStatement, indexLegacy_d_forOfStatement as forOfStatement, indexLegacy_d_forStatement as forStatement, indexLegacy_d_functionDeclaration as functionDeclaration, indexLegacy_d_functionExpression as functionExpression, indexLegacy_d_functionTypeAnnotation as functionTypeAnnotation, indexLegacy_d_functionTypeParam as functionTypeParam, indexLegacy_d_genericTypeAnnotation as genericTypeAnnotation, indexLegacy_d_getBindingIdentifiers as getBindingIdentifiers, indexLegacy_d_getOuterBindingIdentifiers as getOuterBindingIdentifiers, indexLegacy_d_identifier as identifier, indexLegacy_d_ifStatement as ifStatement, _import as import, indexLegacy_d_importAttribute as importAttribute, indexLegacy_d_importDeclaration as importDeclaration, indexLegacy_d_importDefaultSpecifier as importDefaultSpecifier, indexLegacy_d_importExpression as importExpression, indexLegacy_d_importNamespaceSpecifier as importNamespaceSpecifier, indexLegacy_d_importSpecifier as importSpecifier, indexLegacy_d_indexedAccessType as indexedAccessType, indexLegacy_d_inferredPredicate as inferredPredicate, indexLegacy_d_inheritInnerComments as inheritInnerComments, indexLegacy_d_inheritLeadingComments as inheritLeadingComments, indexLegacy_d_inheritTrailingComments as inheritTrailingComments, indexLegacy_d_inherits as inherits, indexLegacy_d_inheritsComments as inheritsComments, indexLegacy_d_interfaceDeclaration as interfaceDeclaration, indexLegacy_d_interfaceExtends as interfaceExtends, indexLegacy_d_interfaceTypeAnnotation as interfaceTypeAnnotation, indexLegacy_d_interpreterDirective as interpreterDirective, indexLegacy_d_intersectionTypeAnnotation as intersectionTypeAnnotation, indexLegacy_d_is as is, indexLegacy_d_isAccessor as isAccessor, indexLegacy_d_isAnyTypeAnnotation as isAnyTypeAnnotation, indexLegacy_d_isArgumentPlaceholder as isArgumentPlaceholder, indexLegacy_d_isArrayExpression as isArrayExpression, indexLegacy_d_isArrayPattern as isArrayPattern, indexLegacy_d_isArrayTypeAnnotation as isArrayTypeAnnotation, indexLegacy_d_isArrowFunctionExpression as isArrowFunctionExpression, indexLegacy_d_isAssignmentExpression as isAssignmentExpression, indexLegacy_d_isAssignmentPattern as isAssignmentPattern, indexLegacy_d_isAwaitExpression as isAwaitExpression, indexLegacy_d_isBigIntLiteral as isBigIntLiteral, indexLegacy_d_isBinary as isBinary, indexLegacy_d_isBinaryExpression as isBinaryExpression, indexLegacy_d_isBindExpression as isBindExpression, indexLegacy_d_isBinding as isBinding, indexLegacy_d_isBlock as isBlock, indexLegacy_d_isBlockParent as isBlockParent, indexLegacy_d_isBlockScoped as isBlockScoped, indexLegacy_d_isBlockStatement as isBlockStatement, indexLegacy_d_isBooleanLiteral as isBooleanLiteral, indexLegacy_d_isBooleanLiteralTypeAnnotation as isBooleanLiteralTypeAnnotation, indexLegacy_d_isBooleanTypeAnnotation as isBooleanTypeAnnotation, indexLegacy_d_isBreakStatement as isBreakStatement, indexLegacy_d_isCallExpression as isCallExpression, indexLegacy_d_isCatchClause as isCatchClause, indexLegacy_d_isClass as isClass, indexLegacy_d_isClassAccessorProperty as isClassAccessorProperty, indexLegacy_d_isClassBody as isClassBody, indexLegacy_d_isClassDeclaration as isClassDeclaration, indexLegacy_d_isClassExpression as isClassExpression, indexLegacy_d_isClassImplements as isClassImplements, indexLegacy_d_isClassMethod as isClassMethod, indexLegacy_d_isClassPrivateMethod as isClassPrivateMethod, indexLegacy_d_isClassPrivateProperty as isClassPrivateProperty, indexLegacy_d_isClassProperty as isClassProperty, indexLegacy_d_isCompletionStatement as isCompletionStatement, indexLegacy_d_isConditional as isConditional, indexLegacy_d_isConditionalExpression as isConditionalExpression, indexLegacy_d_isContinueStatement as isContinueStatement, indexLegacy_d_isDebuggerStatement as isDebuggerStatement, indexLegacy_d_isDeclaration as isDeclaration, indexLegacy_d_isDeclareClass as isDeclareClass, indexLegacy_d_isDeclareExportAllDeclaration as isDeclareExportAllDeclaration, indexLegacy_d_isDeclareExportDeclaration as isDeclareExportDeclaration, indexLegacy_d_isDeclareFunction as isDeclareFunction, indexLegacy_d_isDeclareInterface as isDeclareInterface, indexLegacy_d_isDeclareModule as isDeclareModule, indexLegacy_d_isDeclareModuleExports as isDeclareModuleExports, indexLegacy_d_isDeclareOpaqueType as isDeclareOpaqueType, indexLegacy_d_isDeclareTypeAlias as isDeclareTypeAlias, indexLegacy_d_isDeclareVariable as isDeclareVariable, indexLegacy_d_isDeclaredPredicate as isDeclaredPredicate, indexLegacy_d_isDecorator as isDecorator, indexLegacy_d_isDirective as isDirective, indexLegacy_d_isDirectiveLiteral as isDirectiveLiteral, indexLegacy_d_isDoExpression as isDoExpression, indexLegacy_d_isDoWhileStatement as isDoWhileStatement, indexLegacy_d_isEmptyStatement as isEmptyStatement, indexLegacy_d_isEmptyTypeAnnotation as isEmptyTypeAnnotation, indexLegacy_d_isEnumBody as isEnumBody, indexLegacy_d_isEnumBooleanBody as isEnumBooleanBody, indexLegacy_d_isEnumBooleanMember as isEnumBooleanMember, indexLegacy_d_isEnumDeclaration as isEnumDeclaration, indexLegacy_d_isEnumDefaultedMember as isEnumDefaultedMember, indexLegacy_d_isEnumMember as isEnumMember, indexLegacy_d_isEnumNumberBody as isEnumNumberBody, indexLegacy_d_isEnumNumberMember as isEnumNumberMember, indexLegacy_d_isEnumStringBody as isEnumStringBody, indexLegacy_d_isEnumStringMember as isEnumStringMember, indexLegacy_d_isEnumSymbolBody as isEnumSymbolBody, indexLegacy_d_isExistsTypeAnnotation as isExistsTypeAnnotation, indexLegacy_d_isExportAllDeclaration as isExportAllDeclaration, indexLegacy_d_isExportDeclaration as isExportDeclaration, indexLegacy_d_isExportDefaultDeclaration as isExportDefaultDeclaration, indexLegacy_d_isExportDefaultSpecifier as isExportDefaultSpecifier, indexLegacy_d_isExportNamedDeclaration as isExportNamedDeclaration, indexLegacy_d_isExportNamespaceSpecifier as isExportNamespaceSpecifier, indexLegacy_d_isExportSpecifier as isExportSpecifier, indexLegacy_d_isExpression as isExpression, indexLegacy_d_isExpressionStatement as isExpressionStatement, indexLegacy_d_isExpressionWrapper as isExpressionWrapper, indexLegacy_d_isFile as isFile, indexLegacy_d_isFlow as isFlow, indexLegacy_d_isFlowBaseAnnotation as isFlowBaseAnnotation, indexLegacy_d_isFlowDeclaration as isFlowDeclaration, indexLegacy_d_isFlowPredicate as isFlowPredicate, indexLegacy_d_isFlowType as isFlowType, indexLegacy_d_isFor as isFor, indexLegacy_d_isForInStatement as isForInStatement, indexLegacy_d_isForOfStatement as isForOfStatement, indexLegacy_d_isForStatement as isForStatement, indexLegacy_d_isForXStatement as isForXStatement, indexLegacy_d_isFunction as isFunction, indexLegacy_d_isFunctionDeclaration as isFunctionDeclaration, indexLegacy_d_isFunctionExpression as isFunctionExpression, indexLegacy_d_isFunctionParent as isFunctionParent, indexLegacy_d_isFunctionTypeAnnotation as isFunctionTypeAnnotation, indexLegacy_d_isFunctionTypeParam as isFunctionTypeParam, indexLegacy_d_isGenericTypeAnnotation as isGenericTypeAnnotation, indexLegacy_d_isIdentifier as isIdentifier, indexLegacy_d_isIfStatement as isIfStatement, indexLegacy_d_isImmutable as isImmutable, indexLegacy_d_isImport as isImport, indexLegacy_d_isImportAttribute as isImportAttribute, indexLegacy_d_isImportDeclaration as isImportDeclaration, indexLegacy_d_isImportDefaultSpecifier as isImportDefaultSpecifier, indexLegacy_d_isImportExpression as isImportExpression, indexLegacy_d_isImportNamespaceSpecifier as isImportNamespaceSpecifier, indexLegacy_d_isImportOrExportDeclaration as isImportOrExportDeclaration, indexLegacy_d_isImportSpecifier as isImportSpecifier, indexLegacy_d_isIndexedAccessType as isIndexedAccessType, indexLegacy_d_isInferredPredicate as isInferredPredicate, indexLegacy_d_isInterfaceDeclaration as isInterfaceDeclaration, indexLegacy_d_isInterfaceExtends as isInterfaceExtends, indexLegacy_d_isInterfaceTypeAnnotation as isInterfaceTypeAnnotation, indexLegacy_d_isInterpreterDirective as isInterpreterDirective, indexLegacy_d_isIntersectionTypeAnnotation as isIntersectionTypeAnnotation, indexLegacy_d_isJSX as isJSX, indexLegacy_d_isJSXAttribute as isJSXAttribute, indexLegacy_d_isJSXClosingElement as isJSXClosingElement, indexLegacy_d_isJSXClosingFragment as isJSXClosingFragment, indexLegacy_d_isJSXElement as isJSXElement, indexLegacy_d_isJSXEmptyExpression as isJSXEmptyExpression, indexLegacy_d_isJSXExpressionContainer as isJSXExpressionContainer, indexLegacy_d_isJSXFragment as isJSXFragment, indexLegacy_d_isJSXIdentifier as isJSXIdentifier, indexLegacy_d_isJSXMemberExpression as isJSXMemberExpression, indexLegacy_d_isJSXNamespacedName as isJSXNamespacedName, indexLegacy_d_isJSXOpeningElement as isJSXOpeningElement, indexLegacy_d_isJSXOpeningFragment as isJSXOpeningFragment, indexLegacy_d_isJSXSpreadAttribute as isJSXSpreadAttribute, indexLegacy_d_isJSXSpreadChild as isJSXSpreadChild, indexLegacy_d_isJSXText as isJSXText, indexLegacy_d_isLVal as isLVal, indexLegacy_d_isLabeledStatement as isLabeledStatement, indexLegacy_d_isLet as isLet, indexLegacy_d_isLiteral as isLiteral, indexLegacy_d_isLogicalExpression as isLogicalExpression, indexLegacy_d_isLoop as isLoop, indexLegacy_d_isMemberExpression as isMemberExpression, indexLegacy_d_isMetaProperty as isMetaProperty, indexLegacy_d_isMethod as isMethod, indexLegacy_d_isMiscellaneous as isMiscellaneous, indexLegacy_d_isMixedTypeAnnotation as isMixedTypeAnnotation, indexLegacy_d_isModuleDeclaration as isModuleDeclaration, indexLegacy_d_isModuleExpression as isModuleExpression, indexLegacy_d_isModuleSpecifier as isModuleSpecifier, indexLegacy_d_isNewExpression as isNewExpression, indexLegacy_d_isNode as isNode, indexLegacy_d_isNodesEquivalent as isNodesEquivalent, indexLegacy_d_isNullLiteral as isNullLiteral, indexLegacy_d_isNullLiteralTypeAnnotation as isNullLiteralTypeAnnotation, indexLegacy_d_isNullableTypeAnnotation as isNullableTypeAnnotation, indexLegacy_d_isNumberLiteral as isNumberLiteral, indexLegacy_d_isNumberLiteralTypeAnnotation as isNumberLiteralTypeAnnotation, indexLegacy_d_isNumberTypeAnnotation as isNumberTypeAnnotation, indexLegacy_d_isNumericLiteral as isNumericLiteral, indexLegacy_d_isObjectExpression as isObjectExpression, indexLegacy_d_isObjectMember as isObjectMember, indexLegacy_d_isObjectMethod as isObjectMethod, indexLegacy_d_isObjectPattern as isObjectPattern, indexLegacy_d_isObjectProperty as isObjectProperty, indexLegacy_d_isObjectTypeAnnotation as isObjectTypeAnnotation, indexLegacy_d_isObjectTypeCallProperty as isObjectTypeCallProperty, indexLegacy_d_isObjectTypeIndexer as isObjectTypeIndexer, indexLegacy_d_isObjectTypeInternalSlot as isObjectTypeInternalSlot, indexLegacy_d_isObjectTypeProperty as isObjectTypeProperty, indexLegacy_d_isObjectTypeSpreadProperty as isObjectTypeSpreadProperty, indexLegacy_d_isOpaqueType as isOpaqueType, indexLegacy_d_isOptionalCallExpression as isOptionalCallExpression, indexLegacy_d_isOptionalIndexedAccessType as isOptionalIndexedAccessType, indexLegacy_d_isOptionalMemberExpression as isOptionalMemberExpression, indexLegacy_d_isParenthesizedExpression as isParenthesizedExpression, indexLegacy_d_isPattern as isPattern, indexLegacy_d_isPatternLike as isPatternLike, indexLegacy_d_isPipelineBareFunction as isPipelineBareFunction, indexLegacy_d_isPipelinePrimaryTopicReference as isPipelinePrimaryTopicReference, indexLegacy_d_isPipelineTopicExpression as isPipelineTopicExpression, indexLegacy_d_isPlaceholder as isPlaceholder, indexLegacy_d_isPlaceholderType as isPlaceholderType, indexLegacy_d_isPrivate as isPrivate, indexLegacy_d_isPrivateName as isPrivateName, indexLegacy_d_isProgram as isProgram, indexLegacy_d_isProperty as isProperty, indexLegacy_d_isPureish as isPureish, indexLegacy_d_isQualifiedTypeIdentifier as isQualifiedTypeIdentifier, indexLegacy_d_isRecordExpression as isRecordExpression, indexLegacy_d_isReferenced as isReferenced, indexLegacy_d_isRegExpLiteral as isRegExpLiteral, indexLegacy_d_isRegexLiteral as isRegexLiteral, indexLegacy_d_isRestElement as isRestElement, indexLegacy_d_isRestProperty as isRestProperty, indexLegacy_d_isReturnStatement as isReturnStatement, indexLegacy_d_isScopable as isScopable, indexLegacy_d_isScope as isScope, indexLegacy_d_isSequenceExpression as isSequenceExpression, indexLegacy_d_isSpecifierDefault as isSpecifierDefault, indexLegacy_d_isSpreadElement as isSpreadElement, indexLegacy_d_isSpreadProperty as isSpreadProperty, indexLegacy_d_isStandardized as isStandardized, indexLegacy_d_isStatement as isStatement, indexLegacy_d_isStaticBlock as isStaticBlock, indexLegacy_d_isStringLiteral as isStringLiteral, indexLegacy_d_isStringLiteralTypeAnnotation as isStringLiteralTypeAnnotation, indexLegacy_d_isStringTypeAnnotation as isStringTypeAnnotation, indexLegacy_d_isSuper as isSuper, indexLegacy_d_isSwitchCase as isSwitchCase, indexLegacy_d_isSwitchStatement as isSwitchStatement, indexLegacy_d_isSymbolTypeAnnotation as isSymbolTypeAnnotation, indexLegacy_d_isTSAnyKeyword as isTSAnyKeyword, indexLegacy_d_isTSArrayType as isTSArrayType, indexLegacy_d_isTSAsExpression as isTSAsExpression, indexLegacy_d_isTSBaseType as isTSBaseType, indexLegacy_d_isTSBigIntKeyword as isTSBigIntKeyword, indexLegacy_d_isTSBooleanKeyword as isTSBooleanKeyword, indexLegacy_d_isTSCallSignatureDeclaration as isTSCallSignatureDeclaration, indexLegacy_d_isTSClassImplements as isTSClassImplements, indexLegacy_d_isTSConditionalType as isTSConditionalType, indexLegacy_d_isTSConstructSignatureDeclaration as isTSConstructSignatureDeclaration, indexLegacy_d_isTSConstructorType as isTSConstructorType, indexLegacy_d_isTSDeclareFunction as isTSDeclareFunction, indexLegacy_d_isTSDeclareMethod as isTSDeclareMethod, indexLegacy_d_isTSEntityName as isTSEntityName, indexLegacy_d_isTSEnumDeclaration as isTSEnumDeclaration, indexLegacy_d_isTSEnumMember as isTSEnumMember, indexLegacy_d_isTSExportAssignment as isTSExportAssignment, indexLegacy_d_isTSExternalModuleReference as isTSExternalModuleReference, indexLegacy_d_isTSFunctionType as isTSFunctionType, indexLegacy_d_isTSImportEqualsDeclaration as isTSImportEqualsDeclaration, indexLegacy_d_isTSImportType as isTSImportType, indexLegacy_d_isTSIndexSignature as isTSIndexSignature, indexLegacy_d_isTSIndexedAccessType as isTSIndexedAccessType, indexLegacy_d_isTSInferType as isTSInferType, indexLegacy_d_isTSInstantiationExpression as isTSInstantiationExpression, indexLegacy_d_isTSInterfaceBody as isTSInterfaceBody, indexLegacy_d_isTSInterfaceDeclaration as isTSInterfaceDeclaration, indexLegacy_d_isTSInterfaceHeritage as isTSInterfaceHeritage, indexLegacy_d_isTSIntersectionType as isTSIntersectionType, indexLegacy_d_isTSIntrinsicKeyword as isTSIntrinsicKeyword, indexLegacy_d_isTSLiteralType as isTSLiteralType, indexLegacy_d_isTSMappedType as isTSMappedType, indexLegacy_d_isTSMethodSignature as isTSMethodSignature, indexLegacy_d_isTSModuleBlock as isTSModuleBlock, indexLegacy_d_isTSModuleDeclaration as isTSModuleDeclaration, indexLegacy_d_isTSNamedTupleMember as isTSNamedTupleMember, indexLegacy_d_isTSNamespaceExportDeclaration as isTSNamespaceExportDeclaration, indexLegacy_d_isTSNeverKeyword as isTSNeverKeyword, indexLegacy_d_isTSNonNullExpression as isTSNonNullExpression, indexLegacy_d_isTSNullKeyword as isTSNullKeyword, indexLegacy_d_isTSNumberKeyword as isTSNumberKeyword, indexLegacy_d_isTSObjectKeyword as isTSObjectKeyword, indexLegacy_d_isTSOptionalType as isTSOptionalType, indexLegacy_d_isTSParameterProperty as isTSParameterProperty, indexLegacy_d_isTSParenthesizedType as isTSParenthesizedType, indexLegacy_d_isTSPropertySignature as isTSPropertySignature, indexLegacy_d_isTSQualifiedName as isTSQualifiedName, indexLegacy_d_isTSRestType as isTSRestType, indexLegacy_d_isTSSatisfiesExpression as isTSSatisfiesExpression, indexLegacy_d_isTSStringKeyword as isTSStringKeyword, indexLegacy_d_isTSSymbolKeyword as isTSSymbolKeyword, indexLegacy_d_isTSThisType as isTSThisType, indexLegacy_d_isTSTupleType as isTSTupleType, indexLegacy_d_isTSType as isTSType, indexLegacy_d_isTSTypeAliasDeclaration as isTSTypeAliasDeclaration, indexLegacy_d_isTSTypeAnnotation as isTSTypeAnnotation, indexLegacy_d_isTSTypeAssertion as isTSTypeAssertion, indexLegacy_d_isTSTypeElement as isTSTypeElement, indexLegacy_d_isTSTypeLiteral as isTSTypeLiteral, indexLegacy_d_isTSTypeOperator as isTSTypeOperator, indexLegacy_d_isTSTypeParameter as isTSTypeParameter, indexLegacy_d_isTSTypeParameterDeclaration as isTSTypeParameterDeclaration, indexLegacy_d_isTSTypeParameterInstantiation as isTSTypeParameterInstantiation, indexLegacy_d_isTSTypePredicate as isTSTypePredicate, indexLegacy_d_isTSTypeQuery as isTSTypeQuery, indexLegacy_d_isTSTypeReference as isTSTypeReference, indexLegacy_d_isTSUndefinedKeyword as isTSUndefinedKeyword, indexLegacy_d_isTSUnionType as isTSUnionType, indexLegacy_d_isTSUnknownKeyword as isTSUnknownKeyword, indexLegacy_d_isTSVoidKeyword as isTSVoidKeyword, indexLegacy_d_isTaggedTemplateExpression as isTaggedTemplateExpression, indexLegacy_d_isTemplateElement as isTemplateElement, indexLegacy_d_isTemplateLiteral as isTemplateLiteral, indexLegacy_d_isTerminatorless as isTerminatorless, indexLegacy_d_isThisExpression as isThisExpression, indexLegacy_d_isThisTypeAnnotation as isThisTypeAnnotation, indexLegacy_d_isThrowStatement as isThrowStatement, indexLegacy_d_isTopicReference as isTopicReference, indexLegacy_d_isTryStatement as isTryStatement, indexLegacy_d_isTupleExpression as isTupleExpression, indexLegacy_d_isTupleTypeAnnotation as isTupleTypeAnnotation, indexLegacy_d_isType as isType, indexLegacy_d_isTypeAlias as isTypeAlias, indexLegacy_d_isTypeAnnotation as isTypeAnnotation, indexLegacy_d_isTypeCastExpression as isTypeCastExpression, indexLegacy_d_isTypeParameter as isTypeParameter, indexLegacy_d_isTypeParameterDeclaration as isTypeParameterDeclaration, indexLegacy_d_isTypeParameterInstantiation as isTypeParameterInstantiation, indexLegacy_d_isTypeScript as isTypeScript, indexLegacy_d_isTypeofTypeAnnotation as isTypeofTypeAnnotation, indexLegacy_d_isUnaryExpression as isUnaryExpression, indexLegacy_d_isUnaryLike as isUnaryLike, indexLegacy_d_isUnionTypeAnnotation as isUnionTypeAnnotation, indexLegacy_d_isUpdateExpression as isUpdateExpression, indexLegacy_d_isUserWhitespacable as isUserWhitespacable, indexLegacy_d_isV8IntrinsicIdentifier as isV8IntrinsicIdentifier, indexLegacy_d_isValidES3Identifier as isValidES3Identifier, indexLegacy_d_isValidIdentifier as isValidIdentifier, indexLegacy_d_isVar as isVar, indexLegacy_d_isVariableDeclaration as isVariableDeclaration, indexLegacy_d_isVariableDeclarator as isVariableDeclarator, indexLegacy_d_isVariance as isVariance, indexLegacy_d_isVoidTypeAnnotation as isVoidTypeAnnotation, indexLegacy_d_isWhile as isWhile, indexLegacy_d_isWhileStatement as isWhileStatement, indexLegacy_d_isWithStatement as isWithStatement, indexLegacy_d_isYieldExpression as isYieldExpression, indexLegacy_d_jsxAttribute as jsxAttribute, indexLegacy_d_jsxClosingElement as jsxClosingElement, indexLegacy_d_jsxClosingFragment as jsxClosingFragment, indexLegacy_d_jsxElement as jsxElement, indexLegacy_d_jsxEmptyExpression as jsxEmptyExpression, indexLegacy_d_jsxExpressionContainer as jsxExpressionContainer, indexLegacy_d_jsxFragment as jsxFragment, indexLegacy_d_jsxIdentifier as jsxIdentifier, indexLegacy_d_jsxMemberExpression as jsxMemberExpression, indexLegacy_d_jsxNamespacedName as jsxNamespacedName, indexLegacy_d_jsxOpeningElement as jsxOpeningElement, indexLegacy_d_jsxOpeningFragment as jsxOpeningFragment, indexLegacy_d_jsxSpreadAttribute as jsxSpreadAttribute, indexLegacy_d_jsxSpreadChild as jsxSpreadChild, indexLegacy_d_jsxText as jsxText, indexLegacy_d_labeledStatement as labeledStatement, indexLegacy_d_logicalExpression as logicalExpression, indexLegacy_d_matchesPattern as matchesPattern, indexLegacy_d_memberExpression as memberExpression, indexLegacy_d_metaProperty as metaProperty, indexLegacy_d_mixedTypeAnnotation as mixedTypeAnnotation, indexLegacy_d_moduleExpression as moduleExpression, indexLegacy_d_newExpression as newExpression, indexLegacy_d_nullLiteral as nullLiteral, indexLegacy_d_nullLiteralTypeAnnotation as nullLiteralTypeAnnotation, indexLegacy_d_nullableTypeAnnotation as nullableTypeAnnotation, indexLegacy_d_numberLiteralTypeAnnotation as numberLiteralTypeAnnotation, indexLegacy_d_numberTypeAnnotation as numberTypeAnnotation, indexLegacy_d_numericLiteral as numericLiteral, indexLegacy_d_objectExpression as objectExpression, indexLegacy_d_objectMethod as objectMethod, indexLegacy_d_objectPattern as objectPattern, indexLegacy_d_objectProperty as objectProperty, indexLegacy_d_objectTypeAnnotation as objectTypeAnnotation, indexLegacy_d_objectTypeCallProperty as objectTypeCallProperty, indexLegacy_d_objectTypeIndexer as objectTypeIndexer, indexLegacy_d_objectTypeInternalSlot as objectTypeInternalSlot, indexLegacy_d_objectTypeProperty as objectTypeProperty, indexLegacy_d_objectTypeSpreadProperty as objectTypeSpreadProperty, indexLegacy_d_opaqueType as opaqueType, indexLegacy_d_optionalCallExpression as optionalCallExpression, indexLegacy_d_optionalIndexedAccessType as optionalIndexedAccessType, indexLegacy_d_optionalMemberExpression as optionalMemberExpression, indexLegacy_d_parenthesizedExpression as parenthesizedExpression, indexLegacy_d_pipelineBareFunction as pipelineBareFunction, indexLegacy_d_pipelinePrimaryTopicReference as pipelinePrimaryTopicReference, indexLegacy_d_pipelineTopicExpression as pipelineTopicExpression, indexLegacy_d_placeholder as placeholder, indexLegacy_d_prependToMemberExpression as prependToMemberExpression, indexLegacy_d_privateName as privateName, indexLegacy_d_program as program, indexLegacy_d_qualifiedTypeIdentifier as qualifiedTypeIdentifier, indexLegacy_d_recordExpression as recordExpression, indexLegacy_d_regExpLiteral as regExpLiteral, indexLegacy_d_removeComments as removeComments, indexLegacy_d_removeProperties as removeProperties, indexLegacy_d_removePropertiesDeep as removePropertiesDeep, indexLegacy_d_removeTypeDuplicates as removeTypeDuplicates, indexLegacy_d_restElement as restElement, indexLegacy_d_returnStatement as returnStatement, indexLegacy_d_sequenceExpression as sequenceExpression, indexLegacy_d_shallowEqual as shallowEqual, indexLegacy_d_spreadElement as spreadElement, indexLegacy_d_staticBlock as staticBlock, indexLegacy_d_stringLiteral as stringLiteral, indexLegacy_d_stringLiteralTypeAnnotation as stringLiteralTypeAnnotation, indexLegacy_d_stringTypeAnnotation as stringTypeAnnotation, _super as super, indexLegacy_d_switchCase as switchCase, indexLegacy_d_switchStatement as switchStatement, indexLegacy_d_symbolTypeAnnotation as symbolTypeAnnotation, indexLegacy_d_taggedTemplateExpression as taggedTemplateExpression, indexLegacy_d_templateElement as templateElement, indexLegacy_d_templateLiteral as templateLiteral, indexLegacy_d_thisExpression as thisExpression, indexLegacy_d_thisTypeAnnotation as thisTypeAnnotation, indexLegacy_d_throwStatement as throwStatement, indexLegacy_d_toBindingIdentifierName as toBindingIdentifierName, indexLegacy_d_toBlock as toBlock, indexLegacy_d_toComputedKey as toComputedKey, indexLegacy_d_toExpression as toExpression, indexLegacy_d_toIdentifier as toIdentifier, indexLegacy_d_toKeyAlias as toKeyAlias, indexLegacy_d_toSequenceExpression as toSequenceExpression, indexLegacy_d_toStatement as toStatement, indexLegacy_d_topicReference as topicReference, indexLegacy_d_traverse as traverse, indexLegacy_d_traverseFast as traverseFast, indexLegacy_d_tryStatement as tryStatement, indexLegacy_d_tsAnyKeyword as tsAnyKeyword, indexLegacy_d_tsArrayType as tsArrayType, indexLegacy_d_tsAsExpression as tsAsExpression, indexLegacy_d_tsBigIntKeyword as tsBigIntKeyword, indexLegacy_d_tsBooleanKeyword as tsBooleanKeyword, indexLegacy_d_tsCallSignatureDeclaration as tsCallSignatureDeclaration, indexLegacy_d_tsClassImplements as tsClassImplements, indexLegacy_d_tsConditionalType as tsConditionalType, indexLegacy_d_tsConstructSignatureDeclaration as tsConstructSignatureDeclaration, indexLegacy_d_tsConstructorType as tsConstructorType, indexLegacy_d_tsDeclareFunction as tsDeclareFunction, indexLegacy_d_tsDeclareMethod as tsDeclareMethod, indexLegacy_d_tsEnumDeclaration as tsEnumDeclaration, indexLegacy_d_tsEnumMember as tsEnumMember, indexLegacy_d_tsExportAssignment as tsExportAssignment, indexLegacy_d_tsExternalModuleReference as tsExternalModuleReference, indexLegacy_d_tsFunctionType as tsFunctionType, indexLegacy_d_tsImportEqualsDeclaration as tsImportEqualsDeclaration, indexLegacy_d_tsImportType as tsImportType, indexLegacy_d_tsIndexSignature as tsIndexSignature, indexLegacy_d_tsIndexedAccessType as tsIndexedAccessType, indexLegacy_d_tsInferType as tsInferType, indexLegacy_d_tsInstantiationExpression as tsInstantiationExpression, indexLegacy_d_tsInterfaceBody as tsInterfaceBody, indexLegacy_d_tsInterfaceDeclaration as tsInterfaceDeclaration, indexLegacy_d_tsInterfaceHeritage as tsInterfaceHeritage, indexLegacy_d_tsIntersectionType as tsIntersectionType, indexLegacy_d_tsIntrinsicKeyword as tsIntrinsicKeyword, indexLegacy_d_tsLiteralType as tsLiteralType, indexLegacy_d_tsMappedType as tsMappedType, indexLegacy_d_tsMethodSignature as tsMethodSignature, indexLegacy_d_tsModuleBlock as tsModuleBlock, indexLegacy_d_tsModuleDeclaration as tsModuleDeclaration, indexLegacy_d_tsNamedTupleMember as tsNamedTupleMember, indexLegacy_d_tsNamespaceExportDeclaration as tsNamespaceExportDeclaration, indexLegacy_d_tsNeverKeyword as tsNeverKeyword, indexLegacy_d_tsNonNullExpression as tsNonNullExpression, indexLegacy_d_tsNullKeyword as tsNullKeyword, indexLegacy_d_tsNumberKeyword as tsNumberKeyword, indexLegacy_d_tsObjectKeyword as tsObjectKeyword, indexLegacy_d_tsOptionalType as tsOptionalType, indexLegacy_d_tsParameterProperty as tsParameterProperty, indexLegacy_d_tsParenthesizedType as tsParenthesizedType, indexLegacy_d_tsPropertySignature as tsPropertySignature, indexLegacy_d_tsQualifiedName as tsQualifiedName, indexLegacy_d_tsRestType as tsRestType, indexLegacy_d_tsSatisfiesExpression as tsSatisfiesExpression, indexLegacy_d_tsStringKeyword as tsStringKeyword, indexLegacy_d_tsSymbolKeyword as tsSymbolKeyword, indexLegacy_d_tsThisType as tsThisType, indexLegacy_d_tsTupleType as tsTupleType, indexLegacy_d_tsTypeAliasDeclaration as tsTypeAliasDeclaration, indexLegacy_d_tsTypeAnnotation as tsTypeAnnotation, indexLegacy_d_tsTypeAssertion as tsTypeAssertion, indexLegacy_d_tsTypeLiteral as tsTypeLiteral, indexLegacy_d_tsTypeOperator as tsTypeOperator, indexLegacy_d_tsTypeParameter as tsTypeParameter, indexLegacy_d_tsTypeParameterDeclaration as tsTypeParameterDeclaration, indexLegacy_d_tsTypeParameterInstantiation as tsTypeParameterInstantiation, indexLegacy_d_tsTypePredicate as tsTypePredicate, indexLegacy_d_tsTypeQuery as tsTypeQuery, indexLegacy_d_tsTypeReference as tsTypeReference, indexLegacy_d_tsUndefinedKeyword as tsUndefinedKeyword, indexLegacy_d_tsUnionType as tsUnionType, indexLegacy_d_tsUnknownKeyword as tsUnknownKeyword, indexLegacy_d_tsVoidKeyword as tsVoidKeyword, indexLegacy_d_tupleExpression as tupleExpression, indexLegacy_d_tupleTypeAnnotation as tupleTypeAnnotation, indexLegacy_d_typeAlias as typeAlias, indexLegacy_d_typeAnnotation as typeAnnotation, indexLegacy_d_typeCastExpression as typeCastExpression, indexLegacy_d_typeParameter as typeParameter, indexLegacy_d_typeParameterDeclaration as typeParameterDeclaration, indexLegacy_d_typeParameterInstantiation as typeParameterInstantiation, indexLegacy_d_typeofTypeAnnotation as typeofTypeAnnotation, indexLegacy_d_unaryExpression as unaryExpression, indexLegacy_d_unionTypeAnnotation as unionTypeAnnotation, indexLegacy_d_updateExpression as updateExpression, indexLegacy_d_v8IntrinsicIdentifier as v8IntrinsicIdentifier, indexLegacy_d_validate as validate, indexLegacy_d_valueToNode as valueToNode, indexLegacy_d_variableDeclaration as variableDeclaration, indexLegacy_d_variableDeclarator as variableDeclarator, indexLegacy_d_variance as variance, indexLegacy_d_voidTypeAnnotation as voidTypeAnnotation, indexLegacy_d_whileStatement as whileStatement, indexLegacy_d_withStatement as withStatement, indexLegacy_d_yieldExpression as yieldExpression };
3990
+ export { type indexLegacy_d_Accessor as Accessor, type indexLegacy_d_Aliases as Aliases, type indexLegacy_d_AnyTypeAnnotation as AnyTypeAnnotation, type indexLegacy_d_ArgumentPlaceholder as ArgumentPlaceholder, type indexLegacy_d_ArrayExpression as ArrayExpression, type indexLegacy_d_ArrayPattern as ArrayPattern, type indexLegacy_d_ArrayTypeAnnotation as ArrayTypeAnnotation, type indexLegacy_d_ArrowFunctionExpression as ArrowFunctionExpression, type indexLegacy_d_AssignmentExpression as AssignmentExpression, type indexLegacy_d_AssignmentPattern as AssignmentPattern, type indexLegacy_d_AwaitExpression as AwaitExpression, type indexLegacy_d_BigIntLiteral as BigIntLiteral, type indexLegacy_d_Binary as Binary, type indexLegacy_d_BinaryExpression as BinaryExpression, type indexLegacy_d_BindExpression as BindExpression, type indexLegacy_d_Block as Block, type indexLegacy_d_BlockParent as BlockParent, type indexLegacy_d_BlockStatement as BlockStatement, type indexLegacy_d_BooleanLiteral as BooleanLiteral, type indexLegacy_d_BooleanLiteralTypeAnnotation as BooleanLiteralTypeAnnotation, type indexLegacy_d_BooleanTypeAnnotation as BooleanTypeAnnotation, type indexLegacy_d_BreakStatement as BreakStatement, type indexLegacy_d_CallExpression as CallExpression, type indexLegacy_d_CatchClause as CatchClause, type indexLegacy_d_Class as Class, type indexLegacy_d_ClassAccessorProperty as ClassAccessorProperty, type indexLegacy_d_ClassBody as ClassBody, type indexLegacy_d_ClassDeclaration as ClassDeclaration, type indexLegacy_d_ClassExpression as ClassExpression, type indexLegacy_d_ClassImplements as ClassImplements, type indexLegacy_d_ClassMethod as ClassMethod, type indexLegacy_d_ClassPrivateMethod as ClassPrivateMethod, type indexLegacy_d_ClassPrivateProperty as ClassPrivateProperty, type indexLegacy_d_ClassProperty as ClassProperty, type indexLegacy_d_Comment as Comment, type indexLegacy_d_CommentBlock as CommentBlock, type indexLegacy_d_CommentLine as CommentLine, type indexLegacy_d_CommentTypeShorthand as CommentTypeShorthand, type indexLegacy_d_CompletionStatement as CompletionStatement, type indexLegacy_d_Conditional as Conditional, type indexLegacy_d_ConditionalExpression as ConditionalExpression, type indexLegacy_d_ContinueStatement as ContinueStatement, type indexLegacy_d_DebuggerStatement as DebuggerStatement, type indexLegacy_d_Declaration as Declaration, type indexLegacy_d_DeclareClass as DeclareClass, type indexLegacy_d_DeclareExportAllDeclaration as DeclareExportAllDeclaration, type indexLegacy_d_DeclareExportDeclaration as DeclareExportDeclaration, type indexLegacy_d_DeclareFunction as DeclareFunction, type indexLegacy_d_DeclareInterface as DeclareInterface, type indexLegacy_d_DeclareModule as DeclareModule, type indexLegacy_d_DeclareModuleExports as DeclareModuleExports, type indexLegacy_d_DeclareOpaqueType as DeclareOpaqueType, type indexLegacy_d_DeclareTypeAlias as DeclareTypeAlias, type indexLegacy_d_DeclareVariable as DeclareVariable, type indexLegacy_d_DeclaredPredicate as DeclaredPredicate, type indexLegacy_d_Decorator as Decorator, type indexLegacy_d_Directive as Directive, type indexLegacy_d_DirectiveLiteral as DirectiveLiteral, type indexLegacy_d_DoExpression as DoExpression, type indexLegacy_d_DoWhileStatement as DoWhileStatement, type indexLegacy_d_EmptyStatement as EmptyStatement, type indexLegacy_d_EmptyTypeAnnotation as EmptyTypeAnnotation, type indexLegacy_d_EnumBody as EnumBody, type indexLegacy_d_EnumBooleanBody as EnumBooleanBody, type indexLegacy_d_EnumBooleanMember as EnumBooleanMember, type indexLegacy_d_EnumDeclaration as EnumDeclaration, type indexLegacy_d_EnumDefaultedMember as EnumDefaultedMember, type indexLegacy_d_EnumMember as EnumMember, type indexLegacy_d_EnumNumberBody as EnumNumberBody, type indexLegacy_d_EnumNumberMember as EnumNumberMember, type indexLegacy_d_EnumStringBody as EnumStringBody, type indexLegacy_d_EnumStringMember as EnumStringMember, type indexLegacy_d_EnumSymbolBody as EnumSymbolBody, type indexLegacy_d_ExistsTypeAnnotation as ExistsTypeAnnotation, type indexLegacy_d_ExportAllDeclaration as ExportAllDeclaration, type indexLegacy_d_ExportDeclaration as ExportDeclaration, type indexLegacy_d_ExportDefaultDeclaration as ExportDefaultDeclaration, type indexLegacy_d_ExportDefaultSpecifier as ExportDefaultSpecifier, type indexLegacy_d_ExportNamedDeclaration as ExportNamedDeclaration, type indexLegacy_d_ExportNamespaceSpecifier as ExportNamespaceSpecifier, type indexLegacy_d_ExportSpecifier as ExportSpecifier, type indexLegacy_d_Expression as Expression, type indexLegacy_d_ExpressionStatement as ExpressionStatement, type indexLegacy_d_ExpressionWrapper as ExpressionWrapper, type indexLegacy_d_File as File, type indexLegacy_d_Flow as Flow, type indexLegacy_d_FlowBaseAnnotation as FlowBaseAnnotation, type indexLegacy_d_FlowDeclaration as FlowDeclaration, type indexLegacy_d_FlowPredicate as FlowPredicate, type indexLegacy_d_FlowType as FlowType, type indexLegacy_d_For as For, type indexLegacy_d_ForInStatement as ForInStatement, type indexLegacy_d_ForOfStatement as ForOfStatement, type indexLegacy_d_ForStatement as ForStatement, type indexLegacy_d_ForXStatement as ForXStatement, type indexLegacy_d_Function as Function, type indexLegacy_d_FunctionDeclaration as FunctionDeclaration, type indexLegacy_d_FunctionExpression as FunctionExpression, type indexLegacy_d_FunctionParent as FunctionParent, type indexLegacy_d_FunctionTypeAnnotation as FunctionTypeAnnotation, type indexLegacy_d_FunctionTypeParam as FunctionTypeParam, type indexLegacy_d_GenericTypeAnnotation as GenericTypeAnnotation, type indexLegacy_d_Identifier as Identifier, type indexLegacy_d_IfStatement as IfStatement, type indexLegacy_d_Immutable as Immutable, type indexLegacy_d_Import as Import, type indexLegacy_d_ImportAttribute as ImportAttribute, type indexLegacy_d_ImportDeclaration as ImportDeclaration, type indexLegacy_d_ImportDefaultSpecifier as ImportDefaultSpecifier, type indexLegacy_d_ImportExpression as ImportExpression, type indexLegacy_d_ImportNamespaceSpecifier as ImportNamespaceSpecifier, type indexLegacy_d_ImportOrExportDeclaration as ImportOrExportDeclaration, type indexLegacy_d_ImportSpecifier as ImportSpecifier, type indexLegacy_d_IndexedAccessType as IndexedAccessType, type indexLegacy_d_InferredPredicate as InferredPredicate, type indexLegacy_d_InterfaceDeclaration as InterfaceDeclaration, type indexLegacy_d_InterfaceExtends as InterfaceExtends, type indexLegacy_d_InterfaceTypeAnnotation as InterfaceTypeAnnotation, type indexLegacy_d_InterpreterDirective as InterpreterDirective, type indexLegacy_d_IntersectionTypeAnnotation as IntersectionTypeAnnotation, type indexLegacy_d_JSX as JSX, type indexLegacy_d_JSXAttribute as JSXAttribute, type indexLegacy_d_JSXClosingElement as JSXClosingElement, type indexLegacy_d_JSXClosingFragment as JSXClosingFragment, type indexLegacy_d_JSXElement as JSXElement, type indexLegacy_d_JSXEmptyExpression as JSXEmptyExpression, type indexLegacy_d_JSXExpressionContainer as JSXExpressionContainer, type indexLegacy_d_JSXFragment as JSXFragment, type indexLegacy_d_JSXIdentifier as JSXIdentifier, type indexLegacy_d_JSXMemberExpression as JSXMemberExpression, type indexLegacy_d_JSXNamespacedName as JSXNamespacedName, type indexLegacy_d_JSXOpeningElement as JSXOpeningElement, type indexLegacy_d_JSXOpeningFragment as JSXOpeningFragment, type indexLegacy_d_JSXSpreadAttribute as JSXSpreadAttribute, type indexLegacy_d_JSXSpreadChild as JSXSpreadChild, type indexLegacy_d_JSXText as JSXText, type indexLegacy_d_LVal as LVal, type indexLegacy_d_LabeledStatement as LabeledStatement, type indexLegacy_d_Literal as Literal, type indexLegacy_d_LogicalExpression as LogicalExpression, type indexLegacy_d_Loop as Loop, type indexLegacy_d_MemberExpression as MemberExpression, type indexLegacy_d_MetaProperty as MetaProperty, type indexLegacy_d_Method as Method, type indexLegacy_d_Miscellaneous as Miscellaneous, type indexLegacy_d_MixedTypeAnnotation as MixedTypeAnnotation, type indexLegacy_d_ModuleDeclaration as ModuleDeclaration, type indexLegacy_d_ModuleExpression as ModuleExpression, type indexLegacy_d_ModuleSpecifier as ModuleSpecifier, type indexLegacy_d_NewExpression as NewExpression, type indexLegacy_d_Node as Node, type indexLegacy_d_NullLiteral as NullLiteral, type indexLegacy_d_NullLiteralTypeAnnotation as NullLiteralTypeAnnotation, type indexLegacy_d_NullableTypeAnnotation as NullableTypeAnnotation, type indexLegacy_d_NumberLiteral as NumberLiteral, type indexLegacy_d_NumberLiteralTypeAnnotation as NumberLiteralTypeAnnotation, type indexLegacy_d_NumberTypeAnnotation as NumberTypeAnnotation, type indexLegacy_d_NumericLiteral as NumericLiteral, type indexLegacy_d_ObjectExpression as ObjectExpression, type indexLegacy_d_ObjectMember as ObjectMember, type indexLegacy_d_ObjectMethod as ObjectMethod, type indexLegacy_d_ObjectPattern as ObjectPattern, type indexLegacy_d_ObjectProperty as ObjectProperty, type indexLegacy_d_ObjectTypeAnnotation as ObjectTypeAnnotation, type indexLegacy_d_ObjectTypeCallProperty as ObjectTypeCallProperty, type indexLegacy_d_ObjectTypeIndexer as ObjectTypeIndexer, type indexLegacy_d_ObjectTypeInternalSlot as ObjectTypeInternalSlot, type indexLegacy_d_ObjectTypeProperty as ObjectTypeProperty, type indexLegacy_d_ObjectTypeSpreadProperty as ObjectTypeSpreadProperty, type indexLegacy_d_OpaqueType as OpaqueType, type indexLegacy_d_OptionalCallExpression as OptionalCallExpression, type indexLegacy_d_OptionalIndexedAccessType as OptionalIndexedAccessType, type indexLegacy_d_OptionalMemberExpression as OptionalMemberExpression, type indexLegacy_d_ParenthesizedExpression as ParenthesizedExpression, type indexLegacy_d_Pattern as Pattern, type indexLegacy_d_PatternLike as PatternLike, type indexLegacy_d_PipelineBareFunction as PipelineBareFunction, type indexLegacy_d_PipelinePrimaryTopicReference as PipelinePrimaryTopicReference, type indexLegacy_d_PipelineTopicExpression as PipelineTopicExpression, type indexLegacy_d_Placeholder as Placeholder, type indexLegacy_d_Private as Private, type indexLegacy_d_PrivateName as PrivateName, type indexLegacy_d_Program as Program, type indexLegacy_d_Property as Property, type indexLegacy_d_Pureish as Pureish, type indexLegacy_d_QualifiedTypeIdentifier as QualifiedTypeIdentifier, type indexLegacy_d_RecordExpression as RecordExpression, type indexLegacy_d_RegExpLiteral as RegExpLiteral, type indexLegacy_d_RegexLiteral as RegexLiteral, type indexLegacy_d_RestElement as RestElement, type indexLegacy_d_RestProperty as RestProperty, type indexLegacy_d_ReturnStatement as ReturnStatement, type indexLegacy_d_Scopable as Scopable, type indexLegacy_d_SequenceExpression as SequenceExpression, type indexLegacy_d_SourceLocation as SourceLocation, type indexLegacy_d_SpreadElement as SpreadElement, type indexLegacy_d_SpreadProperty as SpreadProperty, type indexLegacy_d_Standardized as Standardized, type indexLegacy_d_Statement as Statement, type indexLegacy_d_StaticBlock as StaticBlock, type indexLegacy_d_StringLiteral as StringLiteral, type indexLegacy_d_StringLiteralTypeAnnotation as StringLiteralTypeAnnotation, type indexLegacy_d_StringTypeAnnotation as StringTypeAnnotation, type indexLegacy_d_Super as Super, type indexLegacy_d_SwitchCase as SwitchCase, type indexLegacy_d_SwitchStatement as SwitchStatement, type indexLegacy_d_SymbolTypeAnnotation as SymbolTypeAnnotation, type indexLegacy_d_TSAnyKeyword as TSAnyKeyword, type indexLegacy_d_TSArrayType as TSArrayType, type indexLegacy_d_TSAsExpression as TSAsExpression, type indexLegacy_d_TSBaseType as TSBaseType, type indexLegacy_d_TSBigIntKeyword as TSBigIntKeyword, type indexLegacy_d_TSBooleanKeyword as TSBooleanKeyword, type indexLegacy_d_TSCallSignatureDeclaration as TSCallSignatureDeclaration, type indexLegacy_d_TSClassImplements as TSClassImplements, type indexLegacy_d_TSConditionalType as TSConditionalType, type indexLegacy_d_TSConstructSignatureDeclaration as TSConstructSignatureDeclaration, type indexLegacy_d_TSConstructorType as TSConstructorType, type indexLegacy_d_TSDeclareFunction as TSDeclareFunction, type indexLegacy_d_TSDeclareMethod as TSDeclareMethod, type indexLegacy_d_TSEntityName as TSEntityName, type indexLegacy_d_TSEnumBody as TSEnumBody, type indexLegacy_d_TSEnumDeclaration as TSEnumDeclaration, type indexLegacy_d_TSEnumMember as TSEnumMember, type indexLegacy_d_TSExportAssignment as TSExportAssignment, type indexLegacy_d_TSExternalModuleReference as TSExternalModuleReference, type indexLegacy_d_TSFunctionType as TSFunctionType, type indexLegacy_d_TSImportEqualsDeclaration as TSImportEqualsDeclaration, type indexLegacy_d_TSImportType as TSImportType, type indexLegacy_d_TSIndexSignature as TSIndexSignature, type indexLegacy_d_TSIndexedAccessType as TSIndexedAccessType, type indexLegacy_d_TSInferType as TSInferType, type indexLegacy_d_TSInstantiationExpression as TSInstantiationExpression, type indexLegacy_d_TSInterfaceBody as TSInterfaceBody, type indexLegacy_d_TSInterfaceDeclaration as TSInterfaceDeclaration, type indexLegacy_d_TSInterfaceHeritage as TSInterfaceHeritage, type indexLegacy_d_TSIntersectionType as TSIntersectionType, type indexLegacy_d_TSIntrinsicKeyword as TSIntrinsicKeyword, type indexLegacy_d_TSLiteralType as TSLiteralType, type indexLegacy_d_TSMappedType as TSMappedType, type indexLegacy_d_TSMethodSignature as TSMethodSignature, type indexLegacy_d_TSModuleBlock as TSModuleBlock, type indexLegacy_d_TSModuleDeclaration as TSModuleDeclaration, type indexLegacy_d_TSNamedTupleMember as TSNamedTupleMember, type indexLegacy_d_TSNamespaceExportDeclaration as TSNamespaceExportDeclaration, type indexLegacy_d_TSNeverKeyword as TSNeverKeyword, type indexLegacy_d_TSNonNullExpression as TSNonNullExpression, type indexLegacy_d_TSNullKeyword as TSNullKeyword, type indexLegacy_d_TSNumberKeyword as TSNumberKeyword, type indexLegacy_d_TSObjectKeyword as TSObjectKeyword, type indexLegacy_d_TSOptionalType as TSOptionalType, type indexLegacy_d_TSParameterProperty as TSParameterProperty, type indexLegacy_d_TSParenthesizedType as TSParenthesizedType, type indexLegacy_d_TSPropertySignature as TSPropertySignature, type indexLegacy_d_TSQualifiedName as TSQualifiedName, type indexLegacy_d_TSRestType as TSRestType, type indexLegacy_d_TSSatisfiesExpression as TSSatisfiesExpression, type indexLegacy_d_TSStringKeyword as TSStringKeyword, type indexLegacy_d_TSSymbolKeyword as TSSymbolKeyword, type indexLegacy_d_TSThisType as TSThisType, type indexLegacy_d_TSTupleType as TSTupleType, type indexLegacy_d_TSType as TSType, type indexLegacy_d_TSTypeAliasDeclaration as TSTypeAliasDeclaration, type indexLegacy_d_TSTypeAnnotation as TSTypeAnnotation, type indexLegacy_d_TSTypeAssertion as TSTypeAssertion, type indexLegacy_d_TSTypeElement as TSTypeElement, type indexLegacy_d_TSTypeLiteral as TSTypeLiteral, type indexLegacy_d_TSTypeOperator as TSTypeOperator, type indexLegacy_d_TSTypeParameter as TSTypeParameter, type indexLegacy_d_TSTypeParameterDeclaration as TSTypeParameterDeclaration, type indexLegacy_d_TSTypeParameterInstantiation as TSTypeParameterInstantiation, type indexLegacy_d_TSTypePredicate as TSTypePredicate, type indexLegacy_d_TSTypeQuery as TSTypeQuery, type indexLegacy_d_TSTypeReference as TSTypeReference, type indexLegacy_d_TSUndefinedKeyword as TSUndefinedKeyword, type indexLegacy_d_TSUnionType as TSUnionType, type indexLegacy_d_TSUnknownKeyword as TSUnknownKeyword, type indexLegacy_d_TSVoidKeyword as TSVoidKeyword, type indexLegacy_d_TaggedTemplateExpression as TaggedTemplateExpression, type indexLegacy_d_TemplateElement as TemplateElement, type indexLegacy_d_TemplateLiteral as TemplateLiteral, type indexLegacy_d_Terminatorless as Terminatorless, type indexLegacy_d_ThisExpression as ThisExpression, type indexLegacy_d_ThisTypeAnnotation as ThisTypeAnnotation, type indexLegacy_d_ThrowStatement as ThrowStatement, type indexLegacy_d_TopicReference as TopicReference, type indexLegacy_d_TraversalAncestors as TraversalAncestors, type indexLegacy_d_TraversalHandler as TraversalHandler, type indexLegacy_d_TraversalHandlers as TraversalHandlers, type indexLegacy_d_TryStatement as TryStatement, type indexLegacy_d_TupleExpression as TupleExpression, type indexLegacy_d_TupleTypeAnnotation as TupleTypeAnnotation, type indexLegacy_d_TypeAlias as TypeAlias, type indexLegacy_d_TypeAnnotation as TypeAnnotation, type indexLegacy_d_TypeCastExpression as TypeCastExpression, type indexLegacy_d_TypeParameter as TypeParameter, type indexLegacy_d_TypeParameterDeclaration as TypeParameterDeclaration, type indexLegacy_d_TypeParameterInstantiation as TypeParameterInstantiation, type indexLegacy_d_TypeScript as TypeScript, type indexLegacy_d_TypeofTypeAnnotation as TypeofTypeAnnotation, type indexLegacy_d_UnaryExpression as UnaryExpression, type indexLegacy_d_UnaryLike as UnaryLike, type indexLegacy_d_UnionTypeAnnotation as UnionTypeAnnotation, type indexLegacy_d_UpdateExpression as UpdateExpression, type indexLegacy_d_UserWhitespacable as UserWhitespacable, type indexLegacy_d_V8IntrinsicIdentifier as V8IntrinsicIdentifier, type indexLegacy_d_VariableDeclaration as VariableDeclaration, type indexLegacy_d_VariableDeclarator as VariableDeclarator, type indexLegacy_d_Variance as Variance, type indexLegacy_d_VoidTypeAnnotation as VoidTypeAnnotation, type indexLegacy_d_While as While, type indexLegacy_d_WhileStatement as WhileStatement, type indexLegacy_d_WithStatement as WithStatement, type indexLegacy_d_YieldExpression as YieldExpression, indexLegacy_d_addComment as addComment, indexLegacy_d_addComments as addComments, indexLegacy_d_anyTypeAnnotation as anyTypeAnnotation, indexLegacy_d_appendToMemberExpression as appendToMemberExpression, indexLegacy_d_argumentPlaceholder as argumentPlaceholder, indexLegacy_d_arrayExpression as arrayExpression, indexLegacy_d_arrayPattern as arrayPattern, indexLegacy_d_arrayTypeAnnotation as arrayTypeAnnotation, indexLegacy_d_arrowFunctionExpression as arrowFunctionExpression, indexLegacy_d_assertAccessor as assertAccessor, indexLegacy_d_assertAnyTypeAnnotation as assertAnyTypeAnnotation, indexLegacy_d_assertArgumentPlaceholder as assertArgumentPlaceholder, indexLegacy_d_assertArrayExpression as assertArrayExpression, indexLegacy_d_assertArrayPattern as assertArrayPattern, indexLegacy_d_assertArrayTypeAnnotation as assertArrayTypeAnnotation, indexLegacy_d_assertArrowFunctionExpression as assertArrowFunctionExpression, indexLegacy_d_assertAssignmentExpression as assertAssignmentExpression, indexLegacy_d_assertAssignmentPattern as assertAssignmentPattern, indexLegacy_d_assertAwaitExpression as assertAwaitExpression, indexLegacy_d_assertBigIntLiteral as assertBigIntLiteral, indexLegacy_d_assertBinary as assertBinary, indexLegacy_d_assertBinaryExpression as assertBinaryExpression, indexLegacy_d_assertBindExpression as assertBindExpression, indexLegacy_d_assertBlock as assertBlock, indexLegacy_d_assertBlockParent as assertBlockParent, indexLegacy_d_assertBlockStatement as assertBlockStatement, indexLegacy_d_assertBooleanLiteral as assertBooleanLiteral, indexLegacy_d_assertBooleanLiteralTypeAnnotation as assertBooleanLiteralTypeAnnotation, indexLegacy_d_assertBooleanTypeAnnotation as assertBooleanTypeAnnotation, indexLegacy_d_assertBreakStatement as assertBreakStatement, indexLegacy_d_assertCallExpression as assertCallExpression, indexLegacy_d_assertCatchClause as assertCatchClause, indexLegacy_d_assertClass as assertClass, indexLegacy_d_assertClassAccessorProperty as assertClassAccessorProperty, indexLegacy_d_assertClassBody as assertClassBody, indexLegacy_d_assertClassDeclaration as assertClassDeclaration, indexLegacy_d_assertClassExpression as assertClassExpression, indexLegacy_d_assertClassImplements as assertClassImplements, indexLegacy_d_assertClassMethod as assertClassMethod, indexLegacy_d_assertClassPrivateMethod as assertClassPrivateMethod, indexLegacy_d_assertClassPrivateProperty as assertClassPrivateProperty, indexLegacy_d_assertClassProperty as assertClassProperty, indexLegacy_d_assertCompletionStatement as assertCompletionStatement, indexLegacy_d_assertConditional as assertConditional, indexLegacy_d_assertConditionalExpression as assertConditionalExpression, indexLegacy_d_assertContinueStatement as assertContinueStatement, indexLegacy_d_assertDebuggerStatement as assertDebuggerStatement, indexLegacy_d_assertDeclaration as assertDeclaration, indexLegacy_d_assertDeclareClass as assertDeclareClass, indexLegacy_d_assertDeclareExportAllDeclaration as assertDeclareExportAllDeclaration, indexLegacy_d_assertDeclareExportDeclaration as assertDeclareExportDeclaration, indexLegacy_d_assertDeclareFunction as assertDeclareFunction, indexLegacy_d_assertDeclareInterface as assertDeclareInterface, indexLegacy_d_assertDeclareModule as assertDeclareModule, indexLegacy_d_assertDeclareModuleExports as assertDeclareModuleExports, indexLegacy_d_assertDeclareOpaqueType as assertDeclareOpaqueType, indexLegacy_d_assertDeclareTypeAlias as assertDeclareTypeAlias, indexLegacy_d_assertDeclareVariable as assertDeclareVariable, indexLegacy_d_assertDeclaredPredicate as assertDeclaredPredicate, indexLegacy_d_assertDecorator as assertDecorator, indexLegacy_d_assertDirective as assertDirective, indexLegacy_d_assertDirectiveLiteral as assertDirectiveLiteral, indexLegacy_d_assertDoExpression as assertDoExpression, indexLegacy_d_assertDoWhileStatement as assertDoWhileStatement, indexLegacy_d_assertEmptyStatement as assertEmptyStatement, indexLegacy_d_assertEmptyTypeAnnotation as assertEmptyTypeAnnotation, indexLegacy_d_assertEnumBody as assertEnumBody, indexLegacy_d_assertEnumBooleanBody as assertEnumBooleanBody, indexLegacy_d_assertEnumBooleanMember as assertEnumBooleanMember, indexLegacy_d_assertEnumDeclaration as assertEnumDeclaration, indexLegacy_d_assertEnumDefaultedMember as assertEnumDefaultedMember, indexLegacy_d_assertEnumMember as assertEnumMember, indexLegacy_d_assertEnumNumberBody as assertEnumNumberBody, indexLegacy_d_assertEnumNumberMember as assertEnumNumberMember, indexLegacy_d_assertEnumStringBody as assertEnumStringBody, indexLegacy_d_assertEnumStringMember as assertEnumStringMember, indexLegacy_d_assertEnumSymbolBody as assertEnumSymbolBody, indexLegacy_d_assertExistsTypeAnnotation as assertExistsTypeAnnotation, indexLegacy_d_assertExportAllDeclaration as assertExportAllDeclaration, indexLegacy_d_assertExportDeclaration as assertExportDeclaration, indexLegacy_d_assertExportDefaultDeclaration as assertExportDefaultDeclaration, indexLegacy_d_assertExportDefaultSpecifier as assertExportDefaultSpecifier, indexLegacy_d_assertExportNamedDeclaration as assertExportNamedDeclaration, indexLegacy_d_assertExportNamespaceSpecifier as assertExportNamespaceSpecifier, indexLegacy_d_assertExportSpecifier as assertExportSpecifier, indexLegacy_d_assertExpression as assertExpression, indexLegacy_d_assertExpressionStatement as assertExpressionStatement, indexLegacy_d_assertExpressionWrapper as assertExpressionWrapper, indexLegacy_d_assertFile as assertFile, indexLegacy_d_assertFlow as assertFlow, indexLegacy_d_assertFlowBaseAnnotation as assertFlowBaseAnnotation, indexLegacy_d_assertFlowDeclaration as assertFlowDeclaration, indexLegacy_d_assertFlowPredicate as assertFlowPredicate, indexLegacy_d_assertFlowType as assertFlowType, indexLegacy_d_assertFor as assertFor, indexLegacy_d_assertForInStatement as assertForInStatement, indexLegacy_d_assertForOfStatement as assertForOfStatement, indexLegacy_d_assertForStatement as assertForStatement, indexLegacy_d_assertForXStatement as assertForXStatement, indexLegacy_d_assertFunction as assertFunction, indexLegacy_d_assertFunctionDeclaration as assertFunctionDeclaration, indexLegacy_d_assertFunctionExpression as assertFunctionExpression, indexLegacy_d_assertFunctionParent as assertFunctionParent, indexLegacy_d_assertFunctionTypeAnnotation as assertFunctionTypeAnnotation, indexLegacy_d_assertFunctionTypeParam as assertFunctionTypeParam, indexLegacy_d_assertGenericTypeAnnotation as assertGenericTypeAnnotation, indexLegacy_d_assertIdentifier as assertIdentifier, indexLegacy_d_assertIfStatement as assertIfStatement, indexLegacy_d_assertImmutable as assertImmutable, indexLegacy_d_assertImport as assertImport, indexLegacy_d_assertImportAttribute as assertImportAttribute, indexLegacy_d_assertImportDeclaration as assertImportDeclaration, indexLegacy_d_assertImportDefaultSpecifier as assertImportDefaultSpecifier, indexLegacy_d_assertImportExpression as assertImportExpression, indexLegacy_d_assertImportNamespaceSpecifier as assertImportNamespaceSpecifier, indexLegacy_d_assertImportOrExportDeclaration as assertImportOrExportDeclaration, indexLegacy_d_assertImportSpecifier as assertImportSpecifier, indexLegacy_d_assertIndexedAccessType as assertIndexedAccessType, indexLegacy_d_assertInferredPredicate as assertInferredPredicate, indexLegacy_d_assertInterfaceDeclaration as assertInterfaceDeclaration, indexLegacy_d_assertInterfaceExtends as assertInterfaceExtends, indexLegacy_d_assertInterfaceTypeAnnotation as assertInterfaceTypeAnnotation, indexLegacy_d_assertInterpreterDirective as assertInterpreterDirective, indexLegacy_d_assertIntersectionTypeAnnotation as assertIntersectionTypeAnnotation, indexLegacy_d_assertJSX as assertJSX, indexLegacy_d_assertJSXAttribute as assertJSXAttribute, indexLegacy_d_assertJSXClosingElement as assertJSXClosingElement, indexLegacy_d_assertJSXClosingFragment as assertJSXClosingFragment, indexLegacy_d_assertJSXElement as assertJSXElement, indexLegacy_d_assertJSXEmptyExpression as assertJSXEmptyExpression, indexLegacy_d_assertJSXExpressionContainer as assertJSXExpressionContainer, indexLegacy_d_assertJSXFragment as assertJSXFragment, indexLegacy_d_assertJSXIdentifier as assertJSXIdentifier, indexLegacy_d_assertJSXMemberExpression as assertJSXMemberExpression, indexLegacy_d_assertJSXNamespacedName as assertJSXNamespacedName, indexLegacy_d_assertJSXOpeningElement as assertJSXOpeningElement, indexLegacy_d_assertJSXOpeningFragment as assertJSXOpeningFragment, indexLegacy_d_assertJSXSpreadAttribute as assertJSXSpreadAttribute, indexLegacy_d_assertJSXSpreadChild as assertJSXSpreadChild, indexLegacy_d_assertJSXText as assertJSXText, indexLegacy_d_assertLVal as assertLVal, indexLegacy_d_assertLabeledStatement as assertLabeledStatement, indexLegacy_d_assertLiteral as assertLiteral, indexLegacy_d_assertLogicalExpression as assertLogicalExpression, indexLegacy_d_assertLoop as assertLoop, indexLegacy_d_assertMemberExpression as assertMemberExpression, indexLegacy_d_assertMetaProperty as assertMetaProperty, indexLegacy_d_assertMethod as assertMethod, indexLegacy_d_assertMiscellaneous as assertMiscellaneous, indexLegacy_d_assertMixedTypeAnnotation as assertMixedTypeAnnotation, indexLegacy_d_assertModuleDeclaration as assertModuleDeclaration, indexLegacy_d_assertModuleExpression as assertModuleExpression, indexLegacy_d_assertModuleSpecifier as assertModuleSpecifier, indexLegacy_d_assertNewExpression as assertNewExpression, indexLegacy_d_assertNode as assertNode, indexLegacy_d_assertNullLiteral as assertNullLiteral, indexLegacy_d_assertNullLiteralTypeAnnotation as assertNullLiteralTypeAnnotation, indexLegacy_d_assertNullableTypeAnnotation as assertNullableTypeAnnotation, indexLegacy_d_assertNumberLiteral as assertNumberLiteral, indexLegacy_d_assertNumberLiteralTypeAnnotation as assertNumberLiteralTypeAnnotation, indexLegacy_d_assertNumberTypeAnnotation as assertNumberTypeAnnotation, indexLegacy_d_assertNumericLiteral as assertNumericLiteral, indexLegacy_d_assertObjectExpression as assertObjectExpression, indexLegacy_d_assertObjectMember as assertObjectMember, indexLegacy_d_assertObjectMethod as assertObjectMethod, indexLegacy_d_assertObjectPattern as assertObjectPattern, indexLegacy_d_assertObjectProperty as assertObjectProperty, indexLegacy_d_assertObjectTypeAnnotation as assertObjectTypeAnnotation, indexLegacy_d_assertObjectTypeCallProperty as assertObjectTypeCallProperty, indexLegacy_d_assertObjectTypeIndexer as assertObjectTypeIndexer, indexLegacy_d_assertObjectTypeInternalSlot as assertObjectTypeInternalSlot, indexLegacy_d_assertObjectTypeProperty as assertObjectTypeProperty, indexLegacy_d_assertObjectTypeSpreadProperty as assertObjectTypeSpreadProperty, indexLegacy_d_assertOpaqueType as assertOpaqueType, indexLegacy_d_assertOptionalCallExpression as assertOptionalCallExpression, indexLegacy_d_assertOptionalIndexedAccessType as assertOptionalIndexedAccessType, indexLegacy_d_assertOptionalMemberExpression as assertOptionalMemberExpression, indexLegacy_d_assertParenthesizedExpression as assertParenthesizedExpression, indexLegacy_d_assertPattern as assertPattern, indexLegacy_d_assertPatternLike as assertPatternLike, indexLegacy_d_assertPipelineBareFunction as assertPipelineBareFunction, indexLegacy_d_assertPipelinePrimaryTopicReference as assertPipelinePrimaryTopicReference, indexLegacy_d_assertPipelineTopicExpression as assertPipelineTopicExpression, indexLegacy_d_assertPlaceholder as assertPlaceholder, indexLegacy_d_assertPrivate as assertPrivate, indexLegacy_d_assertPrivateName as assertPrivateName, indexLegacy_d_assertProgram as assertProgram, indexLegacy_d_assertProperty as assertProperty, indexLegacy_d_assertPureish as assertPureish, indexLegacy_d_assertQualifiedTypeIdentifier as assertQualifiedTypeIdentifier, indexLegacy_d_assertRecordExpression as assertRecordExpression, indexLegacy_d_assertRegExpLiteral as assertRegExpLiteral, indexLegacy_d_assertRegexLiteral as assertRegexLiteral, indexLegacy_d_assertRestElement as assertRestElement, indexLegacy_d_assertRestProperty as assertRestProperty, indexLegacy_d_assertReturnStatement as assertReturnStatement, indexLegacy_d_assertScopable as assertScopable, indexLegacy_d_assertSequenceExpression as assertSequenceExpression, indexLegacy_d_assertSpreadElement as assertSpreadElement, indexLegacy_d_assertSpreadProperty as assertSpreadProperty, indexLegacy_d_assertStandardized as assertStandardized, indexLegacy_d_assertStatement as assertStatement, indexLegacy_d_assertStaticBlock as assertStaticBlock, indexLegacy_d_assertStringLiteral as assertStringLiteral, indexLegacy_d_assertStringLiteralTypeAnnotation as assertStringLiteralTypeAnnotation, indexLegacy_d_assertStringTypeAnnotation as assertStringTypeAnnotation, indexLegacy_d_assertSuper as assertSuper, indexLegacy_d_assertSwitchCase as assertSwitchCase, indexLegacy_d_assertSwitchStatement as assertSwitchStatement, indexLegacy_d_assertSymbolTypeAnnotation as assertSymbolTypeAnnotation, indexLegacy_d_assertTSAnyKeyword as assertTSAnyKeyword, indexLegacy_d_assertTSArrayType as assertTSArrayType, indexLegacy_d_assertTSAsExpression as assertTSAsExpression, indexLegacy_d_assertTSBaseType as assertTSBaseType, indexLegacy_d_assertTSBigIntKeyword as assertTSBigIntKeyword, indexLegacy_d_assertTSBooleanKeyword as assertTSBooleanKeyword, indexLegacy_d_assertTSCallSignatureDeclaration as assertTSCallSignatureDeclaration, indexLegacy_d_assertTSClassImplements as assertTSClassImplements, indexLegacy_d_assertTSConditionalType as assertTSConditionalType, indexLegacy_d_assertTSConstructSignatureDeclaration as assertTSConstructSignatureDeclaration, indexLegacy_d_assertTSConstructorType as assertTSConstructorType, indexLegacy_d_assertTSDeclareFunction as assertTSDeclareFunction, indexLegacy_d_assertTSDeclareMethod as assertTSDeclareMethod, indexLegacy_d_assertTSEntityName as assertTSEntityName, indexLegacy_d_assertTSEnumBody as assertTSEnumBody, indexLegacy_d_assertTSEnumDeclaration as assertTSEnumDeclaration, indexLegacy_d_assertTSEnumMember as assertTSEnumMember, indexLegacy_d_assertTSExportAssignment as assertTSExportAssignment, indexLegacy_d_assertTSExternalModuleReference as assertTSExternalModuleReference, indexLegacy_d_assertTSFunctionType as assertTSFunctionType, indexLegacy_d_assertTSImportEqualsDeclaration as assertTSImportEqualsDeclaration, indexLegacy_d_assertTSImportType as assertTSImportType, indexLegacy_d_assertTSIndexSignature as assertTSIndexSignature, indexLegacy_d_assertTSIndexedAccessType as assertTSIndexedAccessType, indexLegacy_d_assertTSInferType as assertTSInferType, indexLegacy_d_assertTSInstantiationExpression as assertTSInstantiationExpression, indexLegacy_d_assertTSInterfaceBody as assertTSInterfaceBody, indexLegacy_d_assertTSInterfaceDeclaration as assertTSInterfaceDeclaration, indexLegacy_d_assertTSInterfaceHeritage as assertTSInterfaceHeritage, indexLegacy_d_assertTSIntersectionType as assertTSIntersectionType, indexLegacy_d_assertTSIntrinsicKeyword as assertTSIntrinsicKeyword, indexLegacy_d_assertTSLiteralType as assertTSLiteralType, indexLegacy_d_assertTSMappedType as assertTSMappedType, indexLegacy_d_assertTSMethodSignature as assertTSMethodSignature, indexLegacy_d_assertTSModuleBlock as assertTSModuleBlock, indexLegacy_d_assertTSModuleDeclaration as assertTSModuleDeclaration, indexLegacy_d_assertTSNamedTupleMember as assertTSNamedTupleMember, indexLegacy_d_assertTSNamespaceExportDeclaration as assertTSNamespaceExportDeclaration, indexLegacy_d_assertTSNeverKeyword as assertTSNeverKeyword, indexLegacy_d_assertTSNonNullExpression as assertTSNonNullExpression, indexLegacy_d_assertTSNullKeyword as assertTSNullKeyword, indexLegacy_d_assertTSNumberKeyword as assertTSNumberKeyword, indexLegacy_d_assertTSObjectKeyword as assertTSObjectKeyword, indexLegacy_d_assertTSOptionalType as assertTSOptionalType, indexLegacy_d_assertTSParameterProperty as assertTSParameterProperty, indexLegacy_d_assertTSParenthesizedType as assertTSParenthesizedType, indexLegacy_d_assertTSPropertySignature as assertTSPropertySignature, indexLegacy_d_assertTSQualifiedName as assertTSQualifiedName, indexLegacy_d_assertTSRestType as assertTSRestType, indexLegacy_d_assertTSSatisfiesExpression as assertTSSatisfiesExpression, indexLegacy_d_assertTSStringKeyword as assertTSStringKeyword, indexLegacy_d_assertTSSymbolKeyword as assertTSSymbolKeyword, indexLegacy_d_assertTSThisType as assertTSThisType, indexLegacy_d_assertTSTupleType as assertTSTupleType, indexLegacy_d_assertTSType as assertTSType, indexLegacy_d_assertTSTypeAliasDeclaration as assertTSTypeAliasDeclaration, indexLegacy_d_assertTSTypeAnnotation as assertTSTypeAnnotation, indexLegacy_d_assertTSTypeAssertion as assertTSTypeAssertion, indexLegacy_d_assertTSTypeElement as assertTSTypeElement, indexLegacy_d_assertTSTypeLiteral as assertTSTypeLiteral, indexLegacy_d_assertTSTypeOperator as assertTSTypeOperator, indexLegacy_d_assertTSTypeParameter as assertTSTypeParameter, indexLegacy_d_assertTSTypeParameterDeclaration as assertTSTypeParameterDeclaration, indexLegacy_d_assertTSTypeParameterInstantiation as assertTSTypeParameterInstantiation, indexLegacy_d_assertTSTypePredicate as assertTSTypePredicate, indexLegacy_d_assertTSTypeQuery as assertTSTypeQuery, indexLegacy_d_assertTSTypeReference as assertTSTypeReference, indexLegacy_d_assertTSUndefinedKeyword as assertTSUndefinedKeyword, indexLegacy_d_assertTSUnionType as assertTSUnionType, indexLegacy_d_assertTSUnknownKeyword as assertTSUnknownKeyword, indexLegacy_d_assertTSVoidKeyword as assertTSVoidKeyword, indexLegacy_d_assertTaggedTemplateExpression as assertTaggedTemplateExpression, indexLegacy_d_assertTemplateElement as assertTemplateElement, indexLegacy_d_assertTemplateLiteral as assertTemplateLiteral, indexLegacy_d_assertTerminatorless as assertTerminatorless, indexLegacy_d_assertThisExpression as assertThisExpression, indexLegacy_d_assertThisTypeAnnotation as assertThisTypeAnnotation, indexLegacy_d_assertThrowStatement as assertThrowStatement, indexLegacy_d_assertTopicReference as assertTopicReference, indexLegacy_d_assertTryStatement as assertTryStatement, indexLegacy_d_assertTupleExpression as assertTupleExpression, indexLegacy_d_assertTupleTypeAnnotation as assertTupleTypeAnnotation, indexLegacy_d_assertTypeAlias as assertTypeAlias, indexLegacy_d_assertTypeAnnotation as assertTypeAnnotation, indexLegacy_d_assertTypeCastExpression as assertTypeCastExpression, indexLegacy_d_assertTypeParameter as assertTypeParameter, indexLegacy_d_assertTypeParameterDeclaration as assertTypeParameterDeclaration, indexLegacy_d_assertTypeParameterInstantiation as assertTypeParameterInstantiation, indexLegacy_d_assertTypeScript as assertTypeScript, indexLegacy_d_assertTypeofTypeAnnotation as assertTypeofTypeAnnotation, indexLegacy_d_assertUnaryExpression as assertUnaryExpression, indexLegacy_d_assertUnaryLike as assertUnaryLike, indexLegacy_d_assertUnionTypeAnnotation as assertUnionTypeAnnotation, indexLegacy_d_assertUpdateExpression as assertUpdateExpression, indexLegacy_d_assertUserWhitespacable as assertUserWhitespacable, indexLegacy_d_assertV8IntrinsicIdentifier as assertV8IntrinsicIdentifier, indexLegacy_d_assertVariableDeclaration as assertVariableDeclaration, indexLegacy_d_assertVariableDeclarator as assertVariableDeclarator, indexLegacy_d_assertVariance as assertVariance, indexLegacy_d_assertVoidTypeAnnotation as assertVoidTypeAnnotation, indexLegacy_d_assertWhile as assertWhile, indexLegacy_d_assertWhileStatement as assertWhileStatement, indexLegacy_d_assertWithStatement as assertWithStatement, indexLegacy_d_assertYieldExpression as assertYieldExpression, indexLegacy_d_assignmentExpression as assignmentExpression, indexLegacy_d_assignmentPattern as assignmentPattern, indexLegacy_d_awaitExpression as awaitExpression, indexLegacy_d_bigIntLiteral as bigIntLiteral, indexLegacy_d_binaryExpression as binaryExpression, indexLegacy_d_bindExpression as bindExpression, indexLegacy_d_blockStatement as blockStatement, indexLegacy_d_booleanLiteral as booleanLiteral, indexLegacy_d_booleanLiteralTypeAnnotation as booleanLiteralTypeAnnotation, indexLegacy_d_booleanTypeAnnotation as booleanTypeAnnotation, indexLegacy_d_breakStatement as breakStatement, indexLegacy_d_buildChildren as buildChildren, indexLegacy_d_buildMatchMemberExpression as buildMatchMemberExpression, indexLegacy_d_callExpression as callExpression, indexLegacy_d_catchClause as catchClause, indexLegacy_d_classAccessorProperty as classAccessorProperty, indexLegacy_d_classBody as classBody, indexLegacy_d_classDeclaration as classDeclaration, indexLegacy_d_classExpression as classExpression, indexLegacy_d_classImplements as classImplements, indexLegacy_d_classMethod as classMethod, indexLegacy_d_classPrivateMethod as classPrivateMethod, indexLegacy_d_classPrivateProperty as classPrivateProperty, indexLegacy_d_classProperty as classProperty, indexLegacy_d_clone as clone, indexLegacy_d_cloneDeep as cloneDeep, indexLegacy_d_cloneDeepWithoutLoc as cloneDeepWithoutLoc, indexLegacy_d_cloneNode as cloneNode, indexLegacy_d_cloneWithoutLoc as cloneWithoutLoc, indexLegacy_d_conditionalExpression as conditionalExpression, indexLegacy_d_continueStatement as continueStatement, indexLegacy_d_createFlowUnionType as createFlowUnionType, indexLegacy_d_createTypeAnnotationBasedOnTypeof as createTypeAnnotationBasedOnTypeof, indexLegacy_d_createUnionTypeAnnotation as createUnionTypeAnnotation, indexLegacy_d_debuggerStatement as debuggerStatement, indexLegacy_d_declareClass as declareClass, indexLegacy_d_declareExportAllDeclaration as declareExportAllDeclaration, indexLegacy_d_declareExportDeclaration as declareExportDeclaration, indexLegacy_d_declareFunction as declareFunction, indexLegacy_d_declareInterface as declareInterface, indexLegacy_d_declareModule as declareModule, indexLegacy_d_declareModuleExports as declareModuleExports, indexLegacy_d_declareOpaqueType as declareOpaqueType, indexLegacy_d_declareTypeAlias as declareTypeAlias, indexLegacy_d_declareVariable as declareVariable, indexLegacy_d_declaredPredicate as declaredPredicate, indexLegacy_d_decorator as decorator, indexLegacy_d_directive as directive, indexLegacy_d_directiveLiteral as directiveLiteral, indexLegacy_d_doExpression as doExpression, indexLegacy_d_doWhileStatement as doWhileStatement, indexLegacy_d_emptyStatement as emptyStatement, indexLegacy_d_emptyTypeAnnotation as emptyTypeAnnotation, indexLegacy_d_ensureBlock as ensureBlock, indexLegacy_d_enumBooleanBody as enumBooleanBody, indexLegacy_d_enumBooleanMember as enumBooleanMember, indexLegacy_d_enumDeclaration as enumDeclaration, indexLegacy_d_enumDefaultedMember as enumDefaultedMember, indexLegacy_d_enumNumberBody as enumNumberBody, indexLegacy_d_enumNumberMember as enumNumberMember, indexLegacy_d_enumStringBody as enumStringBody, indexLegacy_d_enumStringMember as enumStringMember, indexLegacy_d_enumSymbolBody as enumSymbolBody, indexLegacy_d_existsTypeAnnotation as existsTypeAnnotation, indexLegacy_d_exportAllDeclaration as exportAllDeclaration, indexLegacy_d_exportDefaultDeclaration as exportDefaultDeclaration, indexLegacy_d_exportDefaultSpecifier as exportDefaultSpecifier, indexLegacy_d_exportNamedDeclaration as exportNamedDeclaration, indexLegacy_d_exportNamespaceSpecifier as exportNamespaceSpecifier, indexLegacy_d_exportSpecifier as exportSpecifier, indexLegacy_d_expressionStatement as expressionStatement, indexLegacy_d_file as file, indexLegacy_d_forInStatement as forInStatement, indexLegacy_d_forOfStatement as forOfStatement, indexLegacy_d_forStatement as forStatement, indexLegacy_d_functionDeclaration as functionDeclaration, indexLegacy_d_functionExpression as functionExpression, indexLegacy_d_functionTypeAnnotation as functionTypeAnnotation, indexLegacy_d_functionTypeParam as functionTypeParam, indexLegacy_d_genericTypeAnnotation as genericTypeAnnotation, indexLegacy_d_getBindingIdentifiers as getBindingIdentifiers, indexLegacy_d_getOuterBindingIdentifiers as getOuterBindingIdentifiers, indexLegacy_d_identifier as identifier, indexLegacy_d_ifStatement as ifStatement, _import as import, indexLegacy_d_importAttribute as importAttribute, indexLegacy_d_importDeclaration as importDeclaration, indexLegacy_d_importDefaultSpecifier as importDefaultSpecifier, indexLegacy_d_importExpression as importExpression, indexLegacy_d_importNamespaceSpecifier as importNamespaceSpecifier, indexLegacy_d_importSpecifier as importSpecifier, indexLegacy_d_indexedAccessType as indexedAccessType, indexLegacy_d_inferredPredicate as inferredPredicate, indexLegacy_d_inheritInnerComments as inheritInnerComments, indexLegacy_d_inheritLeadingComments as inheritLeadingComments, indexLegacy_d_inheritTrailingComments as inheritTrailingComments, indexLegacy_d_inherits as inherits, indexLegacy_d_inheritsComments as inheritsComments, indexLegacy_d_interfaceDeclaration as interfaceDeclaration, indexLegacy_d_interfaceExtends as interfaceExtends, indexLegacy_d_interfaceTypeAnnotation as interfaceTypeAnnotation, indexLegacy_d_interpreterDirective as interpreterDirective, indexLegacy_d_intersectionTypeAnnotation as intersectionTypeAnnotation, indexLegacy_d_is as is, indexLegacy_d_isAccessor as isAccessor, indexLegacy_d_isAnyTypeAnnotation as isAnyTypeAnnotation, indexLegacy_d_isArgumentPlaceholder as isArgumentPlaceholder, indexLegacy_d_isArrayExpression as isArrayExpression, indexLegacy_d_isArrayPattern as isArrayPattern, indexLegacy_d_isArrayTypeAnnotation as isArrayTypeAnnotation, indexLegacy_d_isArrowFunctionExpression as isArrowFunctionExpression, indexLegacy_d_isAssignmentExpression as isAssignmentExpression, indexLegacy_d_isAssignmentPattern as isAssignmentPattern, indexLegacy_d_isAwaitExpression as isAwaitExpression, indexLegacy_d_isBigIntLiteral as isBigIntLiteral, indexLegacy_d_isBinary as isBinary, indexLegacy_d_isBinaryExpression as isBinaryExpression, indexLegacy_d_isBindExpression as isBindExpression, indexLegacy_d_isBinding as isBinding, indexLegacy_d_isBlock as isBlock, indexLegacy_d_isBlockParent as isBlockParent, indexLegacy_d_isBlockScoped as isBlockScoped, indexLegacy_d_isBlockStatement as isBlockStatement, indexLegacy_d_isBooleanLiteral as isBooleanLiteral, indexLegacy_d_isBooleanLiteralTypeAnnotation as isBooleanLiteralTypeAnnotation, indexLegacy_d_isBooleanTypeAnnotation as isBooleanTypeAnnotation, indexLegacy_d_isBreakStatement as isBreakStatement, indexLegacy_d_isCallExpression as isCallExpression, indexLegacy_d_isCatchClause as isCatchClause, indexLegacy_d_isClass as isClass, indexLegacy_d_isClassAccessorProperty as isClassAccessorProperty, indexLegacy_d_isClassBody as isClassBody, indexLegacy_d_isClassDeclaration as isClassDeclaration, indexLegacy_d_isClassExpression as isClassExpression, indexLegacy_d_isClassImplements as isClassImplements, indexLegacy_d_isClassMethod as isClassMethod, indexLegacy_d_isClassPrivateMethod as isClassPrivateMethod, indexLegacy_d_isClassPrivateProperty as isClassPrivateProperty, indexLegacy_d_isClassProperty as isClassProperty, indexLegacy_d_isCompletionStatement as isCompletionStatement, indexLegacy_d_isConditional as isConditional, indexLegacy_d_isConditionalExpression as isConditionalExpression, indexLegacy_d_isContinueStatement as isContinueStatement, indexLegacy_d_isDebuggerStatement as isDebuggerStatement, indexLegacy_d_isDeclaration as isDeclaration, indexLegacy_d_isDeclareClass as isDeclareClass, indexLegacy_d_isDeclareExportAllDeclaration as isDeclareExportAllDeclaration, indexLegacy_d_isDeclareExportDeclaration as isDeclareExportDeclaration, indexLegacy_d_isDeclareFunction as isDeclareFunction, indexLegacy_d_isDeclareInterface as isDeclareInterface, indexLegacy_d_isDeclareModule as isDeclareModule, indexLegacy_d_isDeclareModuleExports as isDeclareModuleExports, indexLegacy_d_isDeclareOpaqueType as isDeclareOpaqueType, indexLegacy_d_isDeclareTypeAlias as isDeclareTypeAlias, indexLegacy_d_isDeclareVariable as isDeclareVariable, indexLegacy_d_isDeclaredPredicate as isDeclaredPredicate, indexLegacy_d_isDecorator as isDecorator, indexLegacy_d_isDirective as isDirective, indexLegacy_d_isDirectiveLiteral as isDirectiveLiteral, indexLegacy_d_isDoExpression as isDoExpression, indexLegacy_d_isDoWhileStatement as isDoWhileStatement, indexLegacy_d_isEmptyStatement as isEmptyStatement, indexLegacy_d_isEmptyTypeAnnotation as isEmptyTypeAnnotation, indexLegacy_d_isEnumBody as isEnumBody, indexLegacy_d_isEnumBooleanBody as isEnumBooleanBody, indexLegacy_d_isEnumBooleanMember as isEnumBooleanMember, indexLegacy_d_isEnumDeclaration as isEnumDeclaration, indexLegacy_d_isEnumDefaultedMember as isEnumDefaultedMember, indexLegacy_d_isEnumMember as isEnumMember, indexLegacy_d_isEnumNumberBody as isEnumNumberBody, indexLegacy_d_isEnumNumberMember as isEnumNumberMember, indexLegacy_d_isEnumStringBody as isEnumStringBody, indexLegacy_d_isEnumStringMember as isEnumStringMember, indexLegacy_d_isEnumSymbolBody as isEnumSymbolBody, indexLegacy_d_isExistsTypeAnnotation as isExistsTypeAnnotation, indexLegacy_d_isExportAllDeclaration as isExportAllDeclaration, indexLegacy_d_isExportDeclaration as isExportDeclaration, indexLegacy_d_isExportDefaultDeclaration as isExportDefaultDeclaration, indexLegacy_d_isExportDefaultSpecifier as isExportDefaultSpecifier, indexLegacy_d_isExportNamedDeclaration as isExportNamedDeclaration, indexLegacy_d_isExportNamespaceSpecifier as isExportNamespaceSpecifier, indexLegacy_d_isExportSpecifier as isExportSpecifier, indexLegacy_d_isExpression as isExpression, indexLegacy_d_isExpressionStatement as isExpressionStatement, indexLegacy_d_isExpressionWrapper as isExpressionWrapper, indexLegacy_d_isFile as isFile, indexLegacy_d_isFlow as isFlow, indexLegacy_d_isFlowBaseAnnotation as isFlowBaseAnnotation, indexLegacy_d_isFlowDeclaration as isFlowDeclaration, indexLegacy_d_isFlowPredicate as isFlowPredicate, indexLegacy_d_isFlowType as isFlowType, indexLegacy_d_isFor as isFor, indexLegacy_d_isForInStatement as isForInStatement, indexLegacy_d_isForOfStatement as isForOfStatement, indexLegacy_d_isForStatement as isForStatement, indexLegacy_d_isForXStatement as isForXStatement, indexLegacy_d_isFunction as isFunction, indexLegacy_d_isFunctionDeclaration as isFunctionDeclaration, indexLegacy_d_isFunctionExpression as isFunctionExpression, indexLegacy_d_isFunctionParent as isFunctionParent, indexLegacy_d_isFunctionTypeAnnotation as isFunctionTypeAnnotation, indexLegacy_d_isFunctionTypeParam as isFunctionTypeParam, indexLegacy_d_isGenericTypeAnnotation as isGenericTypeAnnotation, indexLegacy_d_isIdentifier as isIdentifier, indexLegacy_d_isIfStatement as isIfStatement, indexLegacy_d_isImmutable as isImmutable, indexLegacy_d_isImport as isImport, indexLegacy_d_isImportAttribute as isImportAttribute, indexLegacy_d_isImportDeclaration as isImportDeclaration, indexLegacy_d_isImportDefaultSpecifier as isImportDefaultSpecifier, indexLegacy_d_isImportExpression as isImportExpression, indexLegacy_d_isImportNamespaceSpecifier as isImportNamespaceSpecifier, indexLegacy_d_isImportOrExportDeclaration as isImportOrExportDeclaration, indexLegacy_d_isImportSpecifier as isImportSpecifier, indexLegacy_d_isIndexedAccessType as isIndexedAccessType, indexLegacy_d_isInferredPredicate as isInferredPredicate, indexLegacy_d_isInterfaceDeclaration as isInterfaceDeclaration, indexLegacy_d_isInterfaceExtends as isInterfaceExtends, indexLegacy_d_isInterfaceTypeAnnotation as isInterfaceTypeAnnotation, indexLegacy_d_isInterpreterDirective as isInterpreterDirective, indexLegacy_d_isIntersectionTypeAnnotation as isIntersectionTypeAnnotation, indexLegacy_d_isJSX as isJSX, indexLegacy_d_isJSXAttribute as isJSXAttribute, indexLegacy_d_isJSXClosingElement as isJSXClosingElement, indexLegacy_d_isJSXClosingFragment as isJSXClosingFragment, indexLegacy_d_isJSXElement as isJSXElement, indexLegacy_d_isJSXEmptyExpression as isJSXEmptyExpression, indexLegacy_d_isJSXExpressionContainer as isJSXExpressionContainer, indexLegacy_d_isJSXFragment as isJSXFragment, indexLegacy_d_isJSXIdentifier as isJSXIdentifier, indexLegacy_d_isJSXMemberExpression as isJSXMemberExpression, indexLegacy_d_isJSXNamespacedName as isJSXNamespacedName, indexLegacy_d_isJSXOpeningElement as isJSXOpeningElement, indexLegacy_d_isJSXOpeningFragment as isJSXOpeningFragment, indexLegacy_d_isJSXSpreadAttribute as isJSXSpreadAttribute, indexLegacy_d_isJSXSpreadChild as isJSXSpreadChild, indexLegacy_d_isJSXText as isJSXText, indexLegacy_d_isLVal as isLVal, indexLegacy_d_isLabeledStatement as isLabeledStatement, indexLegacy_d_isLet as isLet, indexLegacy_d_isLiteral as isLiteral, indexLegacy_d_isLogicalExpression as isLogicalExpression, indexLegacy_d_isLoop as isLoop, indexLegacy_d_isMemberExpression as isMemberExpression, indexLegacy_d_isMetaProperty as isMetaProperty, indexLegacy_d_isMethod as isMethod, indexLegacy_d_isMiscellaneous as isMiscellaneous, indexLegacy_d_isMixedTypeAnnotation as isMixedTypeAnnotation, indexLegacy_d_isModuleDeclaration as isModuleDeclaration, indexLegacy_d_isModuleExpression as isModuleExpression, indexLegacy_d_isModuleSpecifier as isModuleSpecifier, indexLegacy_d_isNewExpression as isNewExpression, indexLegacy_d_isNode as isNode, indexLegacy_d_isNodesEquivalent as isNodesEquivalent, indexLegacy_d_isNullLiteral as isNullLiteral, indexLegacy_d_isNullLiteralTypeAnnotation as isNullLiteralTypeAnnotation, indexLegacy_d_isNullableTypeAnnotation as isNullableTypeAnnotation, indexLegacy_d_isNumberLiteral as isNumberLiteral, indexLegacy_d_isNumberLiteralTypeAnnotation as isNumberLiteralTypeAnnotation, indexLegacy_d_isNumberTypeAnnotation as isNumberTypeAnnotation, indexLegacy_d_isNumericLiteral as isNumericLiteral, indexLegacy_d_isObjectExpression as isObjectExpression, indexLegacy_d_isObjectMember as isObjectMember, indexLegacy_d_isObjectMethod as isObjectMethod, indexLegacy_d_isObjectPattern as isObjectPattern, indexLegacy_d_isObjectProperty as isObjectProperty, indexLegacy_d_isObjectTypeAnnotation as isObjectTypeAnnotation, indexLegacy_d_isObjectTypeCallProperty as isObjectTypeCallProperty, indexLegacy_d_isObjectTypeIndexer as isObjectTypeIndexer, indexLegacy_d_isObjectTypeInternalSlot as isObjectTypeInternalSlot, indexLegacy_d_isObjectTypeProperty as isObjectTypeProperty, indexLegacy_d_isObjectTypeSpreadProperty as isObjectTypeSpreadProperty, indexLegacy_d_isOpaqueType as isOpaqueType, indexLegacy_d_isOptionalCallExpression as isOptionalCallExpression, indexLegacy_d_isOptionalIndexedAccessType as isOptionalIndexedAccessType, indexLegacy_d_isOptionalMemberExpression as isOptionalMemberExpression, indexLegacy_d_isParenthesizedExpression as isParenthesizedExpression, indexLegacy_d_isPattern as isPattern, indexLegacy_d_isPatternLike as isPatternLike, indexLegacy_d_isPipelineBareFunction as isPipelineBareFunction, indexLegacy_d_isPipelinePrimaryTopicReference as isPipelinePrimaryTopicReference, indexLegacy_d_isPipelineTopicExpression as isPipelineTopicExpression, indexLegacy_d_isPlaceholder as isPlaceholder, indexLegacy_d_isPlaceholderType as isPlaceholderType, indexLegacy_d_isPrivate as isPrivate, indexLegacy_d_isPrivateName as isPrivateName, indexLegacy_d_isProgram as isProgram, indexLegacy_d_isProperty as isProperty, indexLegacy_d_isPureish as isPureish, indexLegacy_d_isQualifiedTypeIdentifier as isQualifiedTypeIdentifier, indexLegacy_d_isRecordExpression as isRecordExpression, indexLegacy_d_isReferenced as isReferenced, indexLegacy_d_isRegExpLiteral as isRegExpLiteral, indexLegacy_d_isRegexLiteral as isRegexLiteral, indexLegacy_d_isRestElement as isRestElement, indexLegacy_d_isRestProperty as isRestProperty, indexLegacy_d_isReturnStatement as isReturnStatement, indexLegacy_d_isScopable as isScopable, indexLegacy_d_isScope as isScope, indexLegacy_d_isSequenceExpression as isSequenceExpression, indexLegacy_d_isSpecifierDefault as isSpecifierDefault, indexLegacy_d_isSpreadElement as isSpreadElement, indexLegacy_d_isSpreadProperty as isSpreadProperty, indexLegacy_d_isStandardized as isStandardized, indexLegacy_d_isStatement as isStatement, indexLegacy_d_isStaticBlock as isStaticBlock, indexLegacy_d_isStringLiteral as isStringLiteral, indexLegacy_d_isStringLiteralTypeAnnotation as isStringLiteralTypeAnnotation, indexLegacy_d_isStringTypeAnnotation as isStringTypeAnnotation, indexLegacy_d_isSuper as isSuper, indexLegacy_d_isSwitchCase as isSwitchCase, indexLegacy_d_isSwitchStatement as isSwitchStatement, indexLegacy_d_isSymbolTypeAnnotation as isSymbolTypeAnnotation, indexLegacy_d_isTSAnyKeyword as isTSAnyKeyword, indexLegacy_d_isTSArrayType as isTSArrayType, indexLegacy_d_isTSAsExpression as isTSAsExpression, indexLegacy_d_isTSBaseType as isTSBaseType, indexLegacy_d_isTSBigIntKeyword as isTSBigIntKeyword, indexLegacy_d_isTSBooleanKeyword as isTSBooleanKeyword, indexLegacy_d_isTSCallSignatureDeclaration as isTSCallSignatureDeclaration, indexLegacy_d_isTSClassImplements as isTSClassImplements, indexLegacy_d_isTSConditionalType as isTSConditionalType, indexLegacy_d_isTSConstructSignatureDeclaration as isTSConstructSignatureDeclaration, indexLegacy_d_isTSConstructorType as isTSConstructorType, indexLegacy_d_isTSDeclareFunction as isTSDeclareFunction, indexLegacy_d_isTSDeclareMethod as isTSDeclareMethod, indexLegacy_d_isTSEntityName as isTSEntityName, indexLegacy_d_isTSEnumBody as isTSEnumBody, indexLegacy_d_isTSEnumDeclaration as isTSEnumDeclaration, indexLegacy_d_isTSEnumMember as isTSEnumMember, indexLegacy_d_isTSExportAssignment as isTSExportAssignment, indexLegacy_d_isTSExternalModuleReference as isTSExternalModuleReference, indexLegacy_d_isTSFunctionType as isTSFunctionType, indexLegacy_d_isTSImportEqualsDeclaration as isTSImportEqualsDeclaration, indexLegacy_d_isTSImportType as isTSImportType, indexLegacy_d_isTSIndexSignature as isTSIndexSignature, indexLegacy_d_isTSIndexedAccessType as isTSIndexedAccessType, indexLegacy_d_isTSInferType as isTSInferType, indexLegacy_d_isTSInstantiationExpression as isTSInstantiationExpression, indexLegacy_d_isTSInterfaceBody as isTSInterfaceBody, indexLegacy_d_isTSInterfaceDeclaration as isTSInterfaceDeclaration, indexLegacy_d_isTSInterfaceHeritage as isTSInterfaceHeritage, indexLegacy_d_isTSIntersectionType as isTSIntersectionType, indexLegacy_d_isTSIntrinsicKeyword as isTSIntrinsicKeyword, indexLegacy_d_isTSLiteralType as isTSLiteralType, indexLegacy_d_isTSMappedType as isTSMappedType, indexLegacy_d_isTSMethodSignature as isTSMethodSignature, indexLegacy_d_isTSModuleBlock as isTSModuleBlock, indexLegacy_d_isTSModuleDeclaration as isTSModuleDeclaration, indexLegacy_d_isTSNamedTupleMember as isTSNamedTupleMember, indexLegacy_d_isTSNamespaceExportDeclaration as isTSNamespaceExportDeclaration, indexLegacy_d_isTSNeverKeyword as isTSNeverKeyword, indexLegacy_d_isTSNonNullExpression as isTSNonNullExpression, indexLegacy_d_isTSNullKeyword as isTSNullKeyword, indexLegacy_d_isTSNumberKeyword as isTSNumberKeyword, indexLegacy_d_isTSObjectKeyword as isTSObjectKeyword, indexLegacy_d_isTSOptionalType as isTSOptionalType, indexLegacy_d_isTSParameterProperty as isTSParameterProperty, indexLegacy_d_isTSParenthesizedType as isTSParenthesizedType, indexLegacy_d_isTSPropertySignature as isTSPropertySignature, indexLegacy_d_isTSQualifiedName as isTSQualifiedName, indexLegacy_d_isTSRestType as isTSRestType, indexLegacy_d_isTSSatisfiesExpression as isTSSatisfiesExpression, indexLegacy_d_isTSStringKeyword as isTSStringKeyword, indexLegacy_d_isTSSymbolKeyword as isTSSymbolKeyword, indexLegacy_d_isTSThisType as isTSThisType, indexLegacy_d_isTSTupleType as isTSTupleType, indexLegacy_d_isTSType as isTSType, indexLegacy_d_isTSTypeAliasDeclaration as isTSTypeAliasDeclaration, indexLegacy_d_isTSTypeAnnotation as isTSTypeAnnotation, indexLegacy_d_isTSTypeAssertion as isTSTypeAssertion, indexLegacy_d_isTSTypeElement as isTSTypeElement, indexLegacy_d_isTSTypeLiteral as isTSTypeLiteral, indexLegacy_d_isTSTypeOperator as isTSTypeOperator, indexLegacy_d_isTSTypeParameter as isTSTypeParameter, indexLegacy_d_isTSTypeParameterDeclaration as isTSTypeParameterDeclaration, indexLegacy_d_isTSTypeParameterInstantiation as isTSTypeParameterInstantiation, indexLegacy_d_isTSTypePredicate as isTSTypePredicate, indexLegacy_d_isTSTypeQuery as isTSTypeQuery, indexLegacy_d_isTSTypeReference as isTSTypeReference, indexLegacy_d_isTSUndefinedKeyword as isTSUndefinedKeyword, indexLegacy_d_isTSUnionType as isTSUnionType, indexLegacy_d_isTSUnknownKeyword as isTSUnknownKeyword, indexLegacy_d_isTSVoidKeyword as isTSVoidKeyword, indexLegacy_d_isTaggedTemplateExpression as isTaggedTemplateExpression, indexLegacy_d_isTemplateElement as isTemplateElement, indexLegacy_d_isTemplateLiteral as isTemplateLiteral, indexLegacy_d_isTerminatorless as isTerminatorless, indexLegacy_d_isThisExpression as isThisExpression, indexLegacy_d_isThisTypeAnnotation as isThisTypeAnnotation, indexLegacy_d_isThrowStatement as isThrowStatement, indexLegacy_d_isTopicReference as isTopicReference, indexLegacy_d_isTryStatement as isTryStatement, indexLegacy_d_isTupleExpression as isTupleExpression, indexLegacy_d_isTupleTypeAnnotation as isTupleTypeAnnotation, indexLegacy_d_isType as isType, indexLegacy_d_isTypeAlias as isTypeAlias, indexLegacy_d_isTypeAnnotation as isTypeAnnotation, indexLegacy_d_isTypeCastExpression as isTypeCastExpression, indexLegacy_d_isTypeParameter as isTypeParameter, indexLegacy_d_isTypeParameterDeclaration as isTypeParameterDeclaration, indexLegacy_d_isTypeParameterInstantiation as isTypeParameterInstantiation, indexLegacy_d_isTypeScript as isTypeScript, indexLegacy_d_isTypeofTypeAnnotation as isTypeofTypeAnnotation, indexLegacy_d_isUnaryExpression as isUnaryExpression, indexLegacy_d_isUnaryLike as isUnaryLike, indexLegacy_d_isUnionTypeAnnotation as isUnionTypeAnnotation, indexLegacy_d_isUpdateExpression as isUpdateExpression, indexLegacy_d_isUserWhitespacable as isUserWhitespacable, indexLegacy_d_isV8IntrinsicIdentifier as isV8IntrinsicIdentifier, indexLegacy_d_isValidES3Identifier as isValidES3Identifier, indexLegacy_d_isValidIdentifier as isValidIdentifier, indexLegacy_d_isVar as isVar, indexLegacy_d_isVariableDeclaration as isVariableDeclaration, indexLegacy_d_isVariableDeclarator as isVariableDeclarator, indexLegacy_d_isVariance as isVariance, indexLegacy_d_isVoidTypeAnnotation as isVoidTypeAnnotation, indexLegacy_d_isWhile as isWhile, indexLegacy_d_isWhileStatement as isWhileStatement, indexLegacy_d_isWithStatement as isWithStatement, indexLegacy_d_isYieldExpression as isYieldExpression, indexLegacy_d_jsxAttribute as jsxAttribute, indexLegacy_d_jsxClosingElement as jsxClosingElement, indexLegacy_d_jsxClosingFragment as jsxClosingFragment, indexLegacy_d_jsxElement as jsxElement, indexLegacy_d_jsxEmptyExpression as jsxEmptyExpression, indexLegacy_d_jsxExpressionContainer as jsxExpressionContainer, indexLegacy_d_jsxFragment as jsxFragment, indexLegacy_d_jsxIdentifier as jsxIdentifier, indexLegacy_d_jsxMemberExpression as jsxMemberExpression, indexLegacy_d_jsxNamespacedName as jsxNamespacedName, indexLegacy_d_jsxOpeningElement as jsxOpeningElement, indexLegacy_d_jsxOpeningFragment as jsxOpeningFragment, indexLegacy_d_jsxSpreadAttribute as jsxSpreadAttribute, indexLegacy_d_jsxSpreadChild as jsxSpreadChild, indexLegacy_d_jsxText as jsxText, indexLegacy_d_labeledStatement as labeledStatement, indexLegacy_d_logicalExpression as logicalExpression, indexLegacy_d_matchesPattern as matchesPattern, indexLegacy_d_memberExpression as memberExpression, indexLegacy_d_metaProperty as metaProperty, indexLegacy_d_mixedTypeAnnotation as mixedTypeAnnotation, indexLegacy_d_moduleExpression as moduleExpression, indexLegacy_d_newExpression as newExpression, indexLegacy_d_nullLiteral as nullLiteral, indexLegacy_d_nullLiteralTypeAnnotation as nullLiteralTypeAnnotation, indexLegacy_d_nullableTypeAnnotation as nullableTypeAnnotation, indexLegacy_d_numberLiteralTypeAnnotation as numberLiteralTypeAnnotation, indexLegacy_d_numberTypeAnnotation as numberTypeAnnotation, indexLegacy_d_numericLiteral as numericLiteral, indexLegacy_d_objectExpression as objectExpression, indexLegacy_d_objectMethod as objectMethod, indexLegacy_d_objectPattern as objectPattern, indexLegacy_d_objectProperty as objectProperty, indexLegacy_d_objectTypeAnnotation as objectTypeAnnotation, indexLegacy_d_objectTypeCallProperty as objectTypeCallProperty, indexLegacy_d_objectTypeIndexer as objectTypeIndexer, indexLegacy_d_objectTypeInternalSlot as objectTypeInternalSlot, indexLegacy_d_objectTypeProperty as objectTypeProperty, indexLegacy_d_objectTypeSpreadProperty as objectTypeSpreadProperty, indexLegacy_d_opaqueType as opaqueType, indexLegacy_d_optionalCallExpression as optionalCallExpression, indexLegacy_d_optionalIndexedAccessType as optionalIndexedAccessType, indexLegacy_d_optionalMemberExpression as optionalMemberExpression, indexLegacy_d_parenthesizedExpression as parenthesizedExpression, indexLegacy_d_pipelineBareFunction as pipelineBareFunction, indexLegacy_d_pipelinePrimaryTopicReference as pipelinePrimaryTopicReference, indexLegacy_d_pipelineTopicExpression as pipelineTopicExpression, indexLegacy_d_placeholder as placeholder, indexLegacy_d_prependToMemberExpression as prependToMemberExpression, indexLegacy_d_privateName as privateName, indexLegacy_d_program as program, indexLegacy_d_qualifiedTypeIdentifier as qualifiedTypeIdentifier, indexLegacy_d_recordExpression as recordExpression, indexLegacy_d_regExpLiteral as regExpLiteral, indexLegacy_d_removeComments as removeComments, indexLegacy_d_removeProperties as removeProperties, indexLegacy_d_removePropertiesDeep as removePropertiesDeep, indexLegacy_d_removeTypeDuplicates as removeTypeDuplicates, indexLegacy_d_restElement as restElement, indexLegacy_d_returnStatement as returnStatement, indexLegacy_d_sequenceExpression as sequenceExpression, indexLegacy_d_shallowEqual as shallowEqual, indexLegacy_d_spreadElement as spreadElement, indexLegacy_d_staticBlock as staticBlock, indexLegacy_d_stringLiteral as stringLiteral, indexLegacy_d_stringLiteralTypeAnnotation as stringLiteralTypeAnnotation, indexLegacy_d_stringTypeAnnotation as stringTypeAnnotation, _super as super, indexLegacy_d_switchCase as switchCase, indexLegacy_d_switchStatement as switchStatement, indexLegacy_d_symbolTypeAnnotation as symbolTypeAnnotation, indexLegacy_d_taggedTemplateExpression as taggedTemplateExpression, indexLegacy_d_templateElement as templateElement, indexLegacy_d_templateLiteral as templateLiteral, indexLegacy_d_thisExpression as thisExpression, indexLegacy_d_thisTypeAnnotation as thisTypeAnnotation, indexLegacy_d_throwStatement as throwStatement, indexLegacy_d_toBindingIdentifierName as toBindingIdentifierName, indexLegacy_d_toBlock as toBlock, indexLegacy_d_toComputedKey as toComputedKey, indexLegacy_d_toExpression as toExpression, indexLegacy_d_toIdentifier as toIdentifier, indexLegacy_d_toKeyAlias as toKeyAlias, indexLegacy_d_toSequenceExpression as toSequenceExpression, indexLegacy_d_toStatement as toStatement, indexLegacy_d_topicReference as topicReference, indexLegacy_d_traverse as traverse, indexLegacy_d_traverseFast as traverseFast, indexLegacy_d_tryStatement as tryStatement, indexLegacy_d_tsAnyKeyword as tsAnyKeyword, indexLegacy_d_tsArrayType as tsArrayType, indexLegacy_d_tsAsExpression as tsAsExpression, indexLegacy_d_tsBigIntKeyword as tsBigIntKeyword, indexLegacy_d_tsBooleanKeyword as tsBooleanKeyword, indexLegacy_d_tsCallSignatureDeclaration as tsCallSignatureDeclaration, indexLegacy_d_tsClassImplements as tsClassImplements, indexLegacy_d_tsConditionalType as tsConditionalType, indexLegacy_d_tsConstructSignatureDeclaration as tsConstructSignatureDeclaration, indexLegacy_d_tsConstructorType as tsConstructorType, indexLegacy_d_tsDeclareFunction as tsDeclareFunction, indexLegacy_d_tsDeclareMethod as tsDeclareMethod, indexLegacy_d_tsEnumBody as tsEnumBody, indexLegacy_d_tsEnumDeclaration as tsEnumDeclaration, indexLegacy_d_tsEnumMember as tsEnumMember, indexLegacy_d_tsExportAssignment as tsExportAssignment, indexLegacy_d_tsExternalModuleReference as tsExternalModuleReference, indexLegacy_d_tsFunctionType as tsFunctionType, indexLegacy_d_tsImportEqualsDeclaration as tsImportEqualsDeclaration, indexLegacy_d_tsImportType as tsImportType, indexLegacy_d_tsIndexSignature as tsIndexSignature, indexLegacy_d_tsIndexedAccessType as tsIndexedAccessType, indexLegacy_d_tsInferType as tsInferType, indexLegacy_d_tsInstantiationExpression as tsInstantiationExpression, indexLegacy_d_tsInterfaceBody as tsInterfaceBody, indexLegacy_d_tsInterfaceDeclaration as tsInterfaceDeclaration, indexLegacy_d_tsInterfaceHeritage as tsInterfaceHeritage, indexLegacy_d_tsIntersectionType as tsIntersectionType, indexLegacy_d_tsIntrinsicKeyword as tsIntrinsicKeyword, indexLegacy_d_tsLiteralType as tsLiteralType, indexLegacy_d_tsMappedType as tsMappedType, indexLegacy_d_tsMethodSignature as tsMethodSignature, indexLegacy_d_tsModuleBlock as tsModuleBlock, indexLegacy_d_tsModuleDeclaration as tsModuleDeclaration, indexLegacy_d_tsNamedTupleMember as tsNamedTupleMember, indexLegacy_d_tsNamespaceExportDeclaration as tsNamespaceExportDeclaration, indexLegacy_d_tsNeverKeyword as tsNeverKeyword, indexLegacy_d_tsNonNullExpression as tsNonNullExpression, indexLegacy_d_tsNullKeyword as tsNullKeyword, indexLegacy_d_tsNumberKeyword as tsNumberKeyword, indexLegacy_d_tsObjectKeyword as tsObjectKeyword, indexLegacy_d_tsOptionalType as tsOptionalType, indexLegacy_d_tsParameterProperty as tsParameterProperty, indexLegacy_d_tsParenthesizedType as tsParenthesizedType, indexLegacy_d_tsPropertySignature as tsPropertySignature, indexLegacy_d_tsQualifiedName as tsQualifiedName, indexLegacy_d_tsRestType as tsRestType, indexLegacy_d_tsSatisfiesExpression as tsSatisfiesExpression, indexLegacy_d_tsStringKeyword as tsStringKeyword, indexLegacy_d_tsSymbolKeyword as tsSymbolKeyword, indexLegacy_d_tsThisType as tsThisType, indexLegacy_d_tsTupleType as tsTupleType, indexLegacy_d_tsTypeAliasDeclaration as tsTypeAliasDeclaration, indexLegacy_d_tsTypeAnnotation as tsTypeAnnotation, indexLegacy_d_tsTypeAssertion as tsTypeAssertion, indexLegacy_d_tsTypeLiteral as tsTypeLiteral, indexLegacy_d_tsTypeOperator as tsTypeOperator, indexLegacy_d_tsTypeParameter as tsTypeParameter, indexLegacy_d_tsTypeParameterDeclaration as tsTypeParameterDeclaration, indexLegacy_d_tsTypeParameterInstantiation as tsTypeParameterInstantiation, indexLegacy_d_tsTypePredicate as tsTypePredicate, indexLegacy_d_tsTypeQuery as tsTypeQuery, indexLegacy_d_tsTypeReference as tsTypeReference, indexLegacy_d_tsUndefinedKeyword as tsUndefinedKeyword, indexLegacy_d_tsUnionType as tsUnionType, indexLegacy_d_tsUnknownKeyword as tsUnknownKeyword, indexLegacy_d_tsVoidKeyword as tsVoidKeyword, indexLegacy_d_tupleExpression as tupleExpression, indexLegacy_d_tupleTypeAnnotation as tupleTypeAnnotation, indexLegacy_d_typeAlias as typeAlias, indexLegacy_d_typeAnnotation as typeAnnotation, indexLegacy_d_typeCastExpression as typeCastExpression, indexLegacy_d_typeParameter as typeParameter, indexLegacy_d_typeParameterDeclaration as typeParameterDeclaration, indexLegacy_d_typeParameterInstantiation as typeParameterInstantiation, indexLegacy_d_typeofTypeAnnotation as typeofTypeAnnotation, indexLegacy_d_unaryExpression as unaryExpression, indexLegacy_d_unionTypeAnnotation as unionTypeAnnotation, indexLegacy_d_updateExpression as updateExpression, indexLegacy_d_v8IntrinsicIdentifier as v8IntrinsicIdentifier, indexLegacy_d_validate as validate, indexLegacy_d_valueToNode as valueToNode, indexLegacy_d_variableDeclaration as variableDeclaration, indexLegacy_d_variableDeclarator as variableDeclarator, indexLegacy_d_variance as variance, indexLegacy_d_voidTypeAnnotation as voidTypeAnnotation, indexLegacy_d_whileStatement as whileStatement, indexLegacy_d_withStatement as withStatement, indexLegacy_d_yieldExpression as yieldExpression };
3981
3991
  }
3982
3992
 
3983
3993
  // This file is auto-generated! Do not modify it directly.