import types from './types'; declare function toAsync(fn: types.AnyFn): types.AnyFn; export default toAsync;