/** * Public rebuild facade over runGraph. */ import { type Result } from '@opensip-cli/core'; import type { Catalog, GraphReadError, RebuildCatalogInput } from './types.js'; /** * Rebuild the project catalog via the canonical graph pipeline. * Null/empty pipeline output ⇒ GRAPH.READ.REBUILD_EMPTY. * Infrastructure throws ⇒ fixed bounded error (no raw message leak). */ export declare function rebuildCatalog(input: RebuildCatalogInput): Promise>; //# sourceMappingURL=rebuild.d.ts.map