import { type ComponentManifest } from "../manifest/index.js"; import type { SupportedComponentPackage } from "./constants.js"; export declare function clearComponentManifestCache(): void; export declare function manifestsForProject(projectRoot: string, packageName?: SupportedComponentPackage): Promise; //# sourceMappingURL=component-manifests.d.ts.map