import type { CompilerOptions } from 'typescript'; import { SourceFile } from 'ts-morph'; export declare function tsSourceFile2js(sourceFile: SourceFile, compilerOptions: CompilerOptions): string; export declare function tsCode2js(sourceCode: string, compilerOptions: CompilerOptions): string;