type Func = (...args: any[]) => any;
export default function useUnmount(fn: Func): void;
export {};
