export declare const toApprovalActionType: (v: string) => "require_approval" | "send_notification"; export type ApprovalActionType = ReturnType; export declare const toStepOperatorType: (v: string) => "and" | "or" | "is"; export type StepOperatorType = ReturnType;