function execimport { exec } from "https://dotland.deno.dev/x/live@1.63.12/scripts/utils.ts"; exec(command: string): Promise<{ stdout: string; stderr: string | null; }>Parameterscommand: stringReturnsPromise<{ stdout: string; stderr: string | null; }>