import { Stack } from '../soby';
import type { Callback } from '../types';
declare const useMicrotask: (fn: Callback, stack: Stack) => void;
export default useMicrotask;
//# sourceMappingURL=use_microtask.d.ts.map