20f83d9
1
2
3
/** Ambient declaration for process.env — shared by all server-side modules. */ declare const process: { env: Record<string, string | undefined> };