import type { Input } from './types.js'; export declare const runTscInNewProcess: ({ debug, tscOutputStream, }: Input) => Promise;