import type { Endpoint } from 'payload'; import type { NitrogenComponentManifestInput } from '../inventory/manifest.js'; export declare function createComponentInventoryEndpoints(args: { collections: string[]; componentManifest?: NitrogenComponentManifestInput; }): Endpoint[];