import type { RuntimeWorkspace } from './types.js'; export declare function gatherWorkspace(cwd: string): RuntimeWorkspace;