import type { CleanupFunction, Callable } from '../types'; declare const cleanup: (fn: Callable) => void; export default cleanup;