function dotenv.parseimport { dotenv } from "https://deno.land/x/hex@0.6.5/src/lib/options/deps.ts"; const { parse } = dotenv; parse(rawDotenv: string, restrictEnvAccessTo?: StringList): DotenvConfigParametersrawDotenv: stringoptionalrestrictEnvAccessTo: StringList = [UNSUPPORTED]ReturnsDotenvConfig