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