declare module '*.astro' { import type { AstroComponentFactory } from 'astro/runtime/server/index.js' const content: AstroComponentFactory export default content }