/** * Find the workspace root by walking up from the file path * looking for common workspace markers. * * For monorepos, this prioritizes the closest package/project root * (e.g., packages/core) over the monorepo root. */ export declare function findWorkspaceRoot(filePath: string): string; //# sourceMappingURL=workspace.d.ts.map