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