import { WorkspaceResolution } from "../../workspace/WorkspaceManager.js"; import { DocgenArtifactInventory } from "./DocgenRunContext.js"; export type BuildDocInventoryInput = { workspace: WorkspaceResolution; preferred?: { pdrPath?: string; sdsPath?: string; }; }; export declare const buildDocInventory: (input: BuildDocInventoryInput) => Promise; //# sourceMappingURL=DocInventory.d.ts.map