import type { Callback } from '../types'; declare const useMicrotask: (fn: Callback) => void; export default useMicrotask;