/** * Executes a shell command and returns a promise. * @param command The command to execute. */ export declare const runCommand: (command: string) => Promise;