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