/**
 * Detect the current environment name from `<project>_ENV` and `NODE_ENV`.
 */
export declare function getEnv(name: string): string;
//# sourceMappingURL=getEnv.d.ts.map