import type { MonorepoGraph } from "./types.js"; /** * Resolves all sub-packages in a Monorepo workspace. * Uses POSIX-style path logic for internal calculations to support Windows. */ export declare function buildMonorepoTopology(rootPath: string, pluginWorkspaceGlobs?: string[], discoveryIgnoreGlobs?: string[]): Promise;