type alias Dotenvimport { type Dotenv } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/connection/typings.ts"; definition: { config(opts?: { path?: string; export?: boolean; }): void; }