/** * the run command function. * @param cmd the command to run. * @param debug the debug flag. * @param forceDebug the force debug flag. * @param finalizeInfo the finalize info. * @param writeToFileName the write to file name. * @returns */ export declare function runCommand(cmd: string, debug?: boolean, forceDebug?: boolean, finalizeInfo?: any, writeToFileName?: string): Promise;