method Command.prototype.findEnvVarRe-exportimport { Command } from "https://deno.land/x/commit_genius@v0.4.0/deps.ts"; findEnvVar(names: readonly string[]): Promise<{ name: string; value: string; } | undefined>Parametersnames: readonly string[]ReturnsPromise<{ name: string; value: string; } | undefined>