/** * Detect the Astro version from package.json */ export declare function detectAstroVersion(projectRoot: string): string; /** * Validate Astro version compatibility */ export declare function validateAstroVersion(version: string): void; //# sourceMappingURL=detector.d.ts.map