declare function normalizePath(p: string, cwd: string): string; declare function readSources(files: string[]): Promise>; export { normalizePath, readSources };