import type { Manifest, ManifestOptions } from './types.js'; import type { AstroConfig } from './types.js'; /** * Generate manifest for Astro project */ export declare function generateManifest(astroConfig: AstroConfig, options?: ManifestOptions): Manifest; //# sourceMappingURL=generator.d.ts.map