export interface SourceEntry { filePath: string; source: string; } export declare function collectSources(cwd?: string): SourceEntry[]; export declare function clearSourceCache(): void; //# sourceMappingURL=source-collector.d.ts.map