interface ForkOptions implements ChildProcessOptionsimport { type ForkOptions } from "https://deno.land/std@0.172.0/node/child_process.ts"; PropertiesoptionalexecPath: string | undefinedoptionalexecArgv: string[] | undefinedoptionalsilent: boolean | undefined