/** Clears the cached workspace package maps. Exported for test isolation. */ export declare function clearWorkspacePackageCache(): void; /** * Build (or retrieve from cache) the workspace package name -> source entry * file map for a workspace root. * * Returns an empty map for non-monorepo projects (no root `package.json`, or * no `workspaces` field) — callers can pass the result straight through with * zero behavior change. * * @param workspaceRoot - Absolute path to the workspace/monorepo root. */ export declare function resolveWorkspacePackageEntries(workspaceRoot: string): Map; //# sourceMappingURL=workspace-packages.d.ts.map