import { type SourceFile } from 'ts-morph'; export declare function createSourceFile(filePath: string, content?: string, { overwrite }?: { overwrite?: boolean; }): SourceFile | undefined;