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