interface SourceFile {
    path: string;
    content: string;
}
export default SourceFile;
//# sourceMappingURL=SourceFile.d.ts.map