export declare class PDAutomationProvider { static activateProcess(processDefinitionSysId?: string): Record static addOptionalActivityRelativeToActivityContext(contextId?: string, activityId?: string, where?: string, relativeActivityContextId?: string): Record static addOptionalActivityRelativeToLaneContext(contextId?: string, activityId?: string, where?: string, relativeLaneContextId?: string): Record static deactivateProcess(processDefinitionSysId?: string): Record static duplicateProcess(processDefinitionSysId?: string, label?: string, description?: string, scopeId?: string, triggerTypeId?: string, table?: string): Record static synchronizeProcess(processDefinitionSysId?: string, updateSetId?: string): Record static translatePlaybook(processDefinitionSysId?: string, updateSetId?: string): Record }