import type TypeScript from "typescript"; type TypeScriptCompiler = typeof import("typescript"); export declare function loadTypeScript(): Promise; declare const ts: typeof TypeScript; declare namespace ts { type BindingName = TypeScript.BindingName; type Expression = TypeScript.Expression; type HasModifiers = TypeScript.HasModifiers; type ImportDeclaration = TypeScript.ImportDeclaration; type Node = TypeScript.Node; type ObjectLiteralExpression = TypeScript.ObjectLiteralExpression; type PropertyName = TypeScript.PropertyName; type SourceFile = TypeScript.SourceFile; type Statement = TypeScript.Statement; type SyntaxKind = TypeScript.SyntaxKind; } export default ts;