export declare const BackupPlanMalwareScanner: {
    readonly Guardduty: "GUARDDUTY";
};
export type BackupPlanMalwareScanner = (typeof BackupPlanMalwareScanner)[keyof typeof BackupPlanMalwareScanner];
export declare const BackupPlanScanMode: {
    readonly FullScan: "FULL_SCAN";
    readonly IncrementalScan: "INCREMENTAL_SCAN";
};
export type BackupPlanScanMode = (typeof BackupPlanScanMode)[keyof typeof BackupPlanScanMode];
export declare const RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm: {
    readonly LatestWithinWindow: "LATEST_WITHIN_WINDOW";
    readonly RandomWithinWindow: "RANDOM_WITHIN_WINDOW";
};
export type RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm = (typeof RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm)[keyof typeof RestoreTestingPlanRestoreTestingRecoveryPointSelectionAlgorithm];
export declare const RestoreTestingPlanRestoreTestingRecoveryPointType: {
    readonly Snapshot: "SNAPSHOT";
    readonly Continuous: "CONTINUOUS";
};
export type RestoreTestingPlanRestoreTestingRecoveryPointType = (typeof RestoreTestingPlanRestoreTestingRecoveryPointType)[keyof typeof RestoreTestingPlanRestoreTestingRecoveryPointType];
