export declare enum RetentionType {
    'all' = "all",
    'attempt' = "attempt",
    'none' = "none"
}
export declare const RetentionTypeName = "RetentionType";
