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