import { Response } from '../../../serve'; import * as types from '../types'; export declare const handleWorkflowUpdateEvent: (rawProps: types.ServerProps, event: types.WorkflowUpdateEvent) => Promise;