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