#!/usr/bin/env node /** * Generate static component manifests at build time * This allows the CLI to work without source files in the published package */ declare function generateManifests(): Promise; export { generateManifests }; //# sourceMappingURL=generate-manifest.d.ts.map