import type { AstroIntegration } from 'astro'; import type { IntegrationOptions, AstroConfig } from './types.js'; /** * Astro integration for CryptoGuard manifest generation */ export declare function cryptoGuardManifest(astroConfig?: AstroConfig, options?: IntegrationOptions): AstroIntegration; //# sourceMappingURL=integration.d.ts.map