import DependencyGraph from './DependencyGraph'; import type { ResolvedService } from './types'; declare function parse(...rootFiles: string[]): Promise>; export default parse; //# sourceMappingURL=parse.d.ts.map