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