import type { BundlerImportGraph, BundlerImportGraphOptions } from "../../types.d.ts"; declare function walkImportGraph(options: BundlerImportGraphOptions): Promise; export { walkImportGraph, }; //# sourceMappingURL=resolve.d.ts.map