/// <reference types="nativewind/types" />
declare namespace NodeJS {
export type ProcessEnv = Record<string, string | undefined>
}