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