import dotenv from 'dotenv'; dotenv.config(); export const hello = (name: string) => `hello ${name}`;