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