import * as dotenv from 'dotenv';

dotenv.config();

export const { env } = process;
