declare const runAsync: (fn: () => void) => Promise<unknown>;

export { runAsync };
