declare module 'astro:env/client' { export const VERSION: string; export const MARKETPLACE_ENABLED: boolean; export const SEO: string; }