export declare const PlanAlarmCondition: {
    readonly Red: "red";
    readonly Green: "green";
};
export type PlanAlarmCondition = (typeof PlanAlarmCondition)[keyof typeof PlanAlarmCondition];
export declare const PlanAlarmType: {
    readonly ApplicationHealth: "applicationHealth";
    readonly Trigger: "trigger";
};
export type PlanAlarmType = (typeof PlanAlarmType)[keyof typeof PlanAlarmType];
export declare const PlanDocumentDbUngracefulBehavior: {
    readonly Failover: "failover";
};
export type PlanDocumentDbUngracefulBehavior = (typeof PlanDocumentDbUngracefulBehavior)[keyof typeof PlanDocumentDbUngracefulBehavior];
export declare const PlanExecutionBlockType: {
    readonly CustomActionLambda: "CustomActionLambda";
    readonly ManualApproval: "ManualApproval";
    readonly AuroraGlobalDatabase: "AuroraGlobalDatabase";
    readonly Ec2AutoScaling: "EC2AutoScaling";
    readonly ArcRoutingControl: "ARCRoutingControl";
    readonly ArcRegionSwitchPlan: "ARCRegionSwitchPlan";
    readonly Parallel: "Parallel";
    readonly EcsServiceScaling: "ECSServiceScaling";
    readonly EksResourceScaling: "EKSResourceScaling";
    readonly Route53HealthCheck: "Route53HealthCheck";
    readonly DocumentDb: "DocumentDb";
};
export type PlanExecutionBlockType = (typeof PlanExecutionBlockType)[keyof typeof PlanExecutionBlockType];
export declare const PlanGlobalAuroraUngracefulBehavior: {
    readonly Failover: "failover";
};
export type PlanGlobalAuroraUngracefulBehavior = (typeof PlanGlobalAuroraUngracefulBehavior)[keyof typeof PlanGlobalAuroraUngracefulBehavior];
export declare const PlanRecoveryApproach: {
    readonly ActiveActive: "activeActive";
    readonly ActivePassive: "activePassive";
};
export type PlanRecoveryApproach = (typeof PlanRecoveryApproach)[keyof typeof PlanRecoveryApproach];
export declare const PlanRegionToRunIn: {
    readonly ActivatingRegion: "activatingRegion";
    readonly DeactivatingRegion: "deactivatingRegion";
};
export type PlanRegionToRunIn = (typeof PlanRegionToRunIn)[keyof typeof PlanRegionToRunIn];
export declare const PlanRoutingControlStateChange: {
    readonly On: "On";
    readonly Off: "Off";
};
export type PlanRoutingControlStateChange = (typeof PlanRoutingControlStateChange)[keyof typeof PlanRoutingControlStateChange];
export declare const PlanWorkflowTargetAction: {
    readonly Activate: "activate";
    readonly Deactivate: "deactivate";
};
export type PlanWorkflowTargetAction = (typeof PlanWorkflowTargetAction)[keyof typeof PlanWorkflowTargetAction];
