declare module 'astro:env/client' {} declare module 'astro:env/server' { export const getSecret: (key: string) => string | undefined; }