interface Transpiled { format: 'commonjs' | 'module'; source: string; } declare function transpileTypeScriptFile(url: string): Promise; export { transpileTypeScriptFile };