/** * use this function to read environment variable value */ export declare const getEnv: (key: string) => string; //# sourceMappingURL=envHelperService.d.ts.map