import type { WorkspaceModel } from './types.js'; export interface BuildWorkspaceModelOptions { roots?: string[]; extraRoots?: string[]; showAll?: boolean; generatedAt?: string; /** Scan watched bases for loose deliverables (default true; opt out for hermetic tests). */ includeLooseDeliverables?: boolean; } export declare function buildWorkspaceModel(options?: BuildWorkspaceModelOptions): Promise; //# sourceMappingURL=workspace.d.ts.map