/** Directory names to skip when walking or listing workspaces. */ export declare const EXCLUDED: Set; /** Resolve a relative path safely within a workspace root — throws if it tries to escape. */ export declare function safeResolve(root: string, rel: string): string;