import { Project, SourceFile } from 'ts-morph'; /** * @deprecated import from @rxap/ts-morph */ export declare function CoerceSourceFile(project: Project, fileNameOrPath: string, content?: string): SourceFile;