declare function useUnmount(callback: (...args: any[]) => any): void;
export { useUnmount };
