export declare function asyncMode

(fn: (...args: P) => R): (...args: P) => Promise;