import BackupPlan_ from './backupPlan'; import BackupSelection_ from './backupSelection'; import BackupVault_ from './backupVault'; import Framework_ from './framework'; import ReportPlan_ from './reportPlan'; import RestoreTestingPlan_ from './restoreTestingPlan'; import RestoreTestingSelection_ from './restoreTestingSelection'; export declare namespace Backup { const BackupPlan: typeof BackupPlan_; const BackupSelection: typeof BackupSelection_; const BackupVault: typeof BackupVault_; const Framework: typeof Framework_; const ReportPlan: typeof ReportPlan_; const RestoreTestingPlan: typeof RestoreTestingPlan_; const RestoreTestingSelection: typeof RestoreTestingSelection_; type BackupPlan = BackupPlan_; type BackupSelection = BackupSelection_; type BackupVault = BackupVault_; type Framework = Framework_; type ReportPlan = ReportPlan_; type RestoreTestingPlan = RestoreTestingPlan_; type RestoreTestingSelection = RestoreTestingSelection_; }