export declare function useUnmount(fn: () => void): void;
export declare function useUnmountOnce(fn: () => void): void;
