declare function runCommands(label: string, commands: string[]): Promise; export { runCommands };