import type { Options } from '@swc-node/core'; import * as ts from 'typescript'; export declare function readDefaultTsConfig(tsConfigPath?: string): Partial boolean; }>; export declare function tsCompilerOptionsToSwcConfig(options: ts.CompilerOptions, filename: string): Options;