/** Type of backup for the cluster */
export declare enum BackupTypeEnum {
    'automatic' = "automatic",
    'manual' = "manual",
    'none' = "none",
    'pitr' = "pitr",
    'snapshot' = "snapshot"
}
//# sourceMappingURL=BackupTypeEnum.d.ts.map