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];
