variable defaultimport { default } from "https://deno.land/std@0.72.0/node/process.ts"; https://nodejs.org/api/process.html#process_process type{ arch; chdir; cwd; exit; pid; platform; version; versions; get stderr(); get stdin(); get stdout(); on(_event: string, _callback: Function): void; get argv(): string[]; get env(): { [index: string]: string; }; }