/** * Returns `process.env` if it is available in the environment. * Always returns an object make it similarly easy to use as `process.env`. */ export declare function getProcessEnv(): { [key: string]: string | undefined; }; //# sourceMappingURL=get-process-env.d.ts.map