export declare function useDestroyAction(): {
    run(): Promise<void>;
};
