import types from './types'; declare function nextTick(cb: types.AnyFn): void; export default nextTick;