import { Project, SourceFile } from 'ts-morph';
export declare class TsAstUtil {
    static project: Project | null;
    static getSourceFile(filePath: string): SourceFile;
    static clearProject(): void;
}
