variable processimport { process } from "https://deno.land/std@0.56.0/node/process.ts"; type{ version; versions; platform; arch; pid; cwd; chdir; exit; on; get env(): { [index: string]: string; }; get argv(): string[]; }