import { Action } from '../action'; export declare class UpdateAction extends Action { execute(): Promise; }