/// /// declare module '*.mjs' { export const siteConfig: any; export const publicSiteConfig: any; const value: any; export default value; }