import type { WrappedDisposableFunction } from '../types.js'; declare const root: (fn: WrappedDisposableFunction) => T; export default root;