import type { Project } from './ts-morph.ts'; /** Transpile a source file into JavaScript. */ export declare function transpileSourceFile(filePath: string, project: Project): string;