declare namespace NodeJS { interface ProcessEnv { NEXT_PUBLIC_MEILISEARCH_HOST: string; NEXT_PUBLIC_MEILISEARCH_SEARCH_API_KEY: string; } }