interface SpawnSyncResultimport { type SpawnSyncResult } from "https://dotland.deno.dev/std@0.177.0/node/internal/child_process.ts"; Propertiesoptionalpid: numberoptionaloutput: [string | null, string | Buffer | null, string | Buffer | null]optionalstdout: Buffer | string | nulloptionalstderr: Buffer | string | nulloptionalstatus: number | nulloptionalsignal: string | nulloptionalerror: Error