declare const runAsync: (...functions: (() => Promise)[]) => void; export { runAsync };