export declare const BaselineOperationType: { readonly DISABLE_BASELINE: "DISABLE_BASELINE"; readonly ENABLE_BASELINE: "ENABLE_BASELINE"; readonly RESET_ENABLED_BASELINE: "RESET_ENABLED_BASELINE"; readonly UPDATE_ENABLED_BASELINE: "UPDATE_ENABLED_BASELINE"; }; export type BaselineOperationType = (typeof BaselineOperationType)[keyof typeof BaselineOperationType]; export declare const BaselineOperationStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; export type BaselineOperationStatus = (typeof BaselineOperationStatus)[keyof typeof BaselineOperationStatus]; export declare const ControlOperationType: { readonly DISABLE_CONTROL: "DISABLE_CONTROL"; readonly ENABLE_CONTROL: "ENABLE_CONTROL"; readonly RESET_ENABLED_CONTROL: "RESET_ENABLED_CONTROL"; readonly UPDATE_ENABLED_CONTROL: "UPDATE_ENABLED_CONTROL"; }; export type ControlOperationType = (typeof ControlOperationType)[keyof typeof ControlOperationType]; export declare const ControlOperationStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; export type ControlOperationStatus = (typeof ControlOperationStatus)[keyof typeof ControlOperationStatus]; export declare const EnabledBaselineDriftStatus: { readonly DRIFTED: "DRIFTED"; readonly IN_SYNC: "IN_SYNC"; }; export type EnabledBaselineDriftStatus = (typeof EnabledBaselineDriftStatus)[keyof typeof EnabledBaselineDriftStatus]; export declare const EnablementStatus: { readonly FAILED: "FAILED"; readonly SUCCEEDED: "SUCCEEDED"; readonly UNDER_CHANGE: "UNDER_CHANGE"; }; export type EnablementStatus = (typeof EnablementStatus)[keyof typeof EnablementStatus]; export declare const DriftStatus: { readonly DRIFTED: "DRIFTED"; readonly IN_SYNC: "IN_SYNC"; readonly NOT_CHECKING: "NOT_CHECKING"; readonly UNKNOWN: "UNKNOWN"; }; export type DriftStatus = (typeof DriftStatus)[keyof typeof DriftStatus]; export declare const LandingZoneOperationType: { readonly CREATE: "CREATE"; readonly DELETE: "DELETE"; readonly RESET: "RESET"; readonly UPDATE: "UPDATE"; }; export type LandingZoneOperationType = (typeof LandingZoneOperationType)[keyof typeof LandingZoneOperationType]; export declare const LandingZoneOperationStatus: { readonly FAILED: "FAILED"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly SUCCEEDED: "SUCCEEDED"; }; export type LandingZoneOperationStatus = (typeof LandingZoneOperationStatus)[keyof typeof LandingZoneOperationStatus]; export declare const RemediationType: { readonly INHERITANCE_DRIFT: "INHERITANCE_DRIFT"; }; export type RemediationType = (typeof RemediationType)[keyof typeof RemediationType]; export declare const LandingZoneDriftStatus: { readonly DRIFTED: "DRIFTED"; readonly IN_SYNC: "IN_SYNC"; }; export type LandingZoneDriftStatus = (typeof LandingZoneDriftStatus)[keyof typeof LandingZoneDriftStatus]; export declare const LandingZoneStatus: { readonly ACTIVE: "ACTIVE"; readonly FAILED: "FAILED"; readonly PROCESSING: "PROCESSING"; }; export type LandingZoneStatus = (typeof LandingZoneStatus)[keyof typeof LandingZoneStatus];