declare function runCommand(command: string, argv?: string[]): Promise<void>;

export { runCommand };
