export declare const ConditionalStepDefinitionConfigConditionsItemType: { readonly If: "IF"; readonly ElseIf: "ELSE_IF"; readonly Else: "ELSE"; }; export type ConditionalStepDefinitionConfigConditionsItemType = (typeof ConditionalStepDefinitionConfigConditionsItemType)[keyof typeof ConditionalStepDefinitionConfigConditionsItemType] | string;