//#region src/sources.d.ts declare function normalizePath(p: string, cwd: string): string; declare function readSources(files: string[]): Promise>; //#endregion export { normalizePath, readSources }; //# sourceMappingURL=sources.d.ts.map