export interface IFile {
    path: string;
    contents: string;
}
//# sourceMappingURL=IFile.d.ts.map