/** All the type of a restore point */
export declare enum BackupTypeEnum {
    'full' = "full",
    'incremental' = "incremental"
}
//# sourceMappingURL=BackupTypeEnum.d.ts.map