import * as child from "node:child_process";
export declare const runCommand: (command: string, options: child.ExecOptions) => Promise<string>;
