import { type SourceFile } from 'ts-morph'; export declare function getSourceFiles(pattern?: string[] | string): SourceFile[]; export declare function getSourceFile(filePath: string): SourceFile | null;