import { type InventoryResult } from '@nexusclaw/code-authoring'; import type { MetadataPackageManifest } from './api-client'; export declare function buildPackagePackInventory(args: { packageDirectory: string; manifestPath: string; manifest: MetadataPackageManifest; }): Promise;