/** * Monkey-patch fs.readFileSync to inject data-source attributes into * Angular HTML template files and inline templates in .ts files * before the Angular compiler reads them. */ export declare function patchFsReadFile(): void; //# sourceMappingURL=patch-fs.d.ts.map