export function validateEnv(args: readonly string[]): boolean { return args.length === 0; }