export type EnvVariables = T; export type DefinedEnvVariablesFn = (envVariables: EnvVariables) => EnvVariables;