import type { Browser } from 'webdriverio'; /** * global function to wrap callbacks into Fiber context * @param {Function} fn function to wrap around * @return {Function} wrapped around function */ export default function runFnInFiberContext(fn: Function): (this: Browser<'async'>, ...args: any[]) => Promise; //# sourceMappingURL=runFnInFiberContext.d.ts.map