export declare function useActionResubmit(): {
    run(): void;
};
