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