import { D as DataMap } from './types-03ac43d7.js'; import 'next/types'; import 'react'; /** * © 2022 WavePlay */ /** * Environment variables prefixed with `NEXT_PUBLIC_` are exposed to the app. * You can only access un-prefixed environment variables from the server. * * @see https://nextjs.org/docs/basic-features/environment-variables */ declare const env: DataMap; export { env };