UNPKG

@temporalio/proto

Version:
132 lines (131 loc) 22.6 kB
import type { coresdk, temporal } from '../protos/root'; type Payload = temporal.api.common.v1.IPayload; export interface WalkEnv<Ctx> { transformPayload(payload: Payload, context: Ctx): Promise<Payload>; transformPayloads(payloads: Payload[], context: Ctx): Promise<Payload[]>; deriveContext?(message: object, typeName: string, context: Ctx): Ctx; skipHeaders: boolean; skipSearchAttributes: boolean; } export declare function walkActivityExecutionResult<Ctx>(root: coresdk.activity_result.IActivityExecutionResult, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkActivityResolution<Ctx>(root: coresdk.activity_result.IActivityResolution, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkActivityResultCancellation<Ctx>(root: coresdk.activity_result.ICancellation, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkActivityResultFailure<Ctx>(root: coresdk.activity_result.IFailure, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkActivityResultSuccess<Ctx>(root: coresdk.activity_result.ISuccess, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkActivityTask<Ctx>(root: coresdk.activity_task.IActivityTask, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkStart<Ctx>(root: coresdk.activity_task.IStart, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkActivityHeartbeat<Ctx>(root: coresdk.IActivityHeartbeat, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkActivityTaskCompletion<Ctx>(root: coresdk.IActivityTaskCompletion, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkChildWorkflowCancellation<Ctx>(root: coresdk.child_workflow.ICancellation, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkChildWorkflowResult<Ctx>(root: coresdk.child_workflow.IChildWorkflowResult, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkChildWorkflowFailure<Ctx>(root: coresdk.child_workflow.IFailure, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkChildWorkflowSuccess<Ctx>(root: coresdk.child_workflow.ISuccess, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkNexusOperationResult<Ctx>(root: coresdk.nexus.INexusOperationResult, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkNexusTask<Ctx>(root: coresdk.nexus.INexusTask, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkNexusTaskCompletion<Ctx>(root: coresdk.nexus.INexusTaskCompletion, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkDoUpdate<Ctx>(root: coresdk.workflow_activation.IDoUpdate, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkInitializeWorkflow<Ctx>(root: coresdk.workflow_activation.IInitializeWorkflow, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkQueryWorkflow<Ctx>(root: coresdk.workflow_activation.IQueryWorkflow, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveActivity<Ctx>(root: coresdk.workflow_activation.IResolveActivity, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveChildWorkflowExecution<Ctx>(root: coresdk.workflow_activation.IResolveChildWorkflowExecution, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveChildWorkflowExecutionStart<Ctx>(root: coresdk.workflow_activation.IResolveChildWorkflowExecutionStart, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveChildWorkflowExecutionStartCancelled<Ctx>(root: coresdk.workflow_activation.IResolveChildWorkflowExecutionStartCancelled, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveNexusOperation<Ctx>(root: coresdk.workflow_activation.IResolveNexusOperation, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveNexusOperationStart<Ctx>(root: coresdk.workflow_activation.IResolveNexusOperationStart, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveRequestCancelExternalWorkflow<Ctx>(root: coresdk.workflow_activation.IResolveRequestCancelExternalWorkflow, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResolveSignalExternalWorkflow<Ctx>(root: coresdk.workflow_activation.IResolveSignalExternalWorkflow, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkSignalWorkflow<Ctx>(root: coresdk.workflow_activation.ISignalWorkflow, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkWorkflowActivation<Ctx>(root: coresdk.workflow_activation.IWorkflowActivation, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkWorkflowActivationJob<Ctx>(root: coresdk.workflow_activation.IWorkflowActivationJob, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCompleteWorkflowExecution<Ctx>(root: coresdk.workflow_commands.ICompleteWorkflowExecution, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkContinueAsNewWorkflowExecution<Ctx>(root: coresdk.workflow_commands.IContinueAsNewWorkflowExecution, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkFailWorkflowExecution<Ctx>(root: coresdk.workflow_commands.IFailWorkflowExecution, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkModifyWorkflowProperties<Ctx>(root: coresdk.workflow_commands.IModifyWorkflowProperties, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkQueryResult<Ctx>(root: coresdk.workflow_commands.IQueryResult, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkQuerySuccess<Ctx>(root: coresdk.workflow_commands.IQuerySuccess, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkScheduleActivity<Ctx>(root: coresdk.workflow_commands.IScheduleActivity, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkScheduleLocalActivity<Ctx>(root: coresdk.workflow_commands.IScheduleLocalActivity, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkScheduleNexusOperation<Ctx>(root: coresdk.workflow_commands.IScheduleNexusOperation, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkSignalExternalWorkflowExecution<Ctx>(root: coresdk.workflow_commands.ISignalExternalWorkflowExecution, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkStartChildWorkflowExecution<Ctx>(root: coresdk.workflow_commands.IStartChildWorkflowExecution, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpdateResponse<Ctx>(root: coresdk.workflow_commands.IUpdateResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpsertWorkflowSearchAttributes<Ctx>(root: coresdk.workflow_commands.IUpsertWorkflowSearchAttributes, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkWorkflowCommand<Ctx>(root: coresdk.workflow_commands.IWorkflowCommand, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkWorkflowCompletionFailure<Ctx>(root: coresdk.workflow_completion.IFailure, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCoresdkWorkflowCompletionSuccess<Ctx>(root: coresdk.workflow_completion.ISuccess, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkWorkflowActivationCompletion<Ctx>(root: coresdk.workflow_completion.IWorkflowActivationCompletion, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCountActivityExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.ICountActivityExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkTemporalApiWorkflowserviceV1CountActivityExecutionsResponseAggregationGroup<Ctx>(root: temporal.api.workflowservice.v1.CountActivityExecutionsResponse.IAggregationGroup, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCountNexusOperationExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.ICountNexusOperationExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkTemporalApiWorkflowserviceV1CountNexusOperationExecutionsResponseAggregationGroup<Ctx>(root: temporal.api.workflowservice.v1.CountNexusOperationExecutionsResponse.IAggregationGroup, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCountSchedulesResponse<Ctx>(root: temporal.api.workflowservice.v1.ICountSchedulesResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkTemporalApiWorkflowserviceV1CountSchedulesResponseAggregationGroup<Ctx>(root: temporal.api.workflowservice.v1.CountSchedulesResponse.IAggregationGroup, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCountWorkflowExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.ICountWorkflowExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkTemporalApiWorkflowserviceV1CountWorkflowExecutionsResponseAggregationGroup<Ctx>(root: temporal.api.workflowservice.v1.CountWorkflowExecutionsResponse.IAggregationGroup, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCreateScheduleRequest<Ctx>(root: temporal.api.workflowservice.v1.ICreateScheduleRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkCreateWorkerDeploymentVersionRequest<Ctx>(root: temporal.api.workflowservice.v1.ICreateWorkerDeploymentVersionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkDescribeActivityExecutionResponse<Ctx>(root: temporal.api.workflowservice.v1.IDescribeActivityExecutionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkDescribeDeploymentResponse<Ctx>(root: temporal.api.workflowservice.v1.IDescribeDeploymentResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkDescribeNexusOperationExecutionResponse<Ctx>(root: temporal.api.workflowservice.v1.IDescribeNexusOperationExecutionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkDescribeScheduleResponse<Ctx>(root: temporal.api.workflowservice.v1.IDescribeScheduleResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkDescribeWorkerDeploymentVersionResponse<Ctx>(root: temporal.api.workflowservice.v1.IDescribeWorkerDeploymentVersionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkDescribeWorkflowExecutionResponse<Ctx>(root: temporal.api.workflowservice.v1.IDescribeWorkflowExecutionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkExecuteMultiOperationRequest<Ctx>(root: temporal.api.workflowservice.v1.IExecuteMultiOperationRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkOperation<Ctx>(root: temporal.api.workflowservice.v1.ExecuteMultiOperationRequest.IOperation, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkExecuteMultiOperationResponse<Ctx>(root: temporal.api.workflowservice.v1.IExecuteMultiOperationResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResponse<Ctx>(root: temporal.api.workflowservice.v1.ExecuteMultiOperationResponse.IResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkGetCurrentDeploymentResponse<Ctx>(root: temporal.api.workflowservice.v1.IGetCurrentDeploymentResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkGetDeploymentReachabilityResponse<Ctx>(root: temporal.api.workflowservice.v1.IGetDeploymentReachabilityResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkGetWorkflowExecutionHistoryResponse<Ctx>(root: temporal.api.workflowservice.v1.IGetWorkflowExecutionHistoryResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkGetWorkflowExecutionHistoryReverseResponse<Ctx>(root: temporal.api.workflowservice.v1.IGetWorkflowExecutionHistoryReverseResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkListActivityExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.IListActivityExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkListArchivedWorkflowExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.IListArchivedWorkflowExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkListClosedWorkflowExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.IListClosedWorkflowExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkListNexusOperationExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.IListNexusOperationExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkListOpenWorkflowExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.IListOpenWorkflowExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkListSchedulesResponse<Ctx>(root: temporal.api.workflowservice.v1.IListSchedulesResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkListWorkflowExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.IListWorkflowExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkPollActivityExecutionResponse<Ctx>(root: temporal.api.workflowservice.v1.IPollActivityExecutionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkPollActivityTaskQueueResponse<Ctx>(root: temporal.api.workflowservice.v1.IPollActivityTaskQueueResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkPollNexusOperationExecutionResponse<Ctx>(root: temporal.api.workflowservice.v1.IPollNexusOperationExecutionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkPollNexusTaskQueueResponse<Ctx>(root: temporal.api.workflowservice.v1.IPollNexusTaskQueueResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkPollWorkflowExecutionUpdateResponse<Ctx>(root: temporal.api.workflowservice.v1.IPollWorkflowExecutionUpdateResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkPollWorkflowTaskQueueResponse<Ctx>(root: temporal.api.workflowservice.v1.IPollWorkflowTaskQueueResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkQueryWorkflowRequest<Ctx>(root: temporal.api.workflowservice.v1.IQueryWorkflowRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkQueryWorkflowResponse<Ctx>(root: temporal.api.workflowservice.v1.IQueryWorkflowResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRecordActivityTaskHeartbeatByIdRequest<Ctx>(root: temporal.api.workflowservice.v1.IRecordActivityTaskHeartbeatByIdRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRecordActivityTaskHeartbeatRequest<Ctx>(root: temporal.api.workflowservice.v1.IRecordActivityTaskHeartbeatRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkResetWorkflowExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.IResetWorkflowExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskCanceledByIdRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskCanceledByIdRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskCanceledRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskCanceledRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskCompletedByIdRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskCompletedByIdRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskCompletedRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskCompletedRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskFailedByIdRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskFailedByIdRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskFailedByIdResponse<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskFailedByIdResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskFailedRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskFailedRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondActivityTaskFailedResponse<Ctx>(root: temporal.api.workflowservice.v1.IRespondActivityTaskFailedResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondNexusTaskCompletedRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondNexusTaskCompletedRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondNexusTaskFailedRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondNexusTaskFailedRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondQueryTaskCompletedRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondQueryTaskCompletedRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondWorkflowTaskCompletedRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondWorkflowTaskCompletedRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondWorkflowTaskCompletedResponse<Ctx>(root: temporal.api.workflowservice.v1.IRespondWorkflowTaskCompletedResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkRespondWorkflowTaskFailedRequest<Ctx>(root: temporal.api.workflowservice.v1.IRespondWorkflowTaskFailedRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkScanWorkflowExecutionsResponse<Ctx>(root: temporal.api.workflowservice.v1.IScanWorkflowExecutionsResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkSetCurrentDeploymentRequest<Ctx>(root: temporal.api.workflowservice.v1.ISetCurrentDeploymentRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkSetCurrentDeploymentResponse<Ctx>(root: temporal.api.workflowservice.v1.ISetCurrentDeploymentResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkSignalWithStartWorkflowExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.ISignalWithStartWorkflowExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkSignalWorkflowExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.ISignalWorkflowExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkStartActivityExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.IStartActivityExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkStartBatchOperationRequest<Ctx>(root: temporal.api.workflowservice.v1.IStartBatchOperationRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkStartNexusOperationExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.IStartNexusOperationExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkStartWorkflowExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.IStartWorkflowExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkStartWorkflowExecutionResponse<Ctx>(root: temporal.api.workflowservice.v1.IStartWorkflowExecutionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkTerminateWorkflowExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.ITerminateWorkflowExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpdateScheduleRequest<Ctx>(root: temporal.api.workflowservice.v1.IUpdateScheduleRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpdateWorkerDeploymentVersionComputeConfigRequest<Ctx>(root: temporal.api.workflowservice.v1.IUpdateWorkerDeploymentVersionComputeConfigRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpdateWorkerDeploymentVersionMetadataRequest<Ctx>(root: temporal.api.workflowservice.v1.IUpdateWorkerDeploymentVersionMetadataRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpdateWorkerDeploymentVersionMetadataResponse<Ctx>(root: temporal.api.workflowservice.v1.IUpdateWorkerDeploymentVersionMetadataResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpdateWorkflowExecutionRequest<Ctx>(root: temporal.api.workflowservice.v1.IUpdateWorkflowExecutionRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkUpdateWorkflowExecutionResponse<Ctx>(root: temporal.api.workflowservice.v1.IUpdateWorkflowExecutionResponse, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export declare function walkValidateWorkerDeploymentVersionComputeConfigRequest<Ctx>(root: temporal.api.workflowservice.v1.IValidateWorkerDeploymentVersionComputeConfigRequest, env: WalkEnv<Ctx>, context: Ctx): Promise<unknown>[]; export {};