export { BackupPlanArgs } from "./backupPlan"; export type BackupPlan = import("./backupPlan").BackupPlan; export declare const BackupPlan: typeof import("./backupPlan").BackupPlan; export { BackupSelectionArgs } from "./backupSelection"; export type BackupSelection = import("./backupSelection").BackupSelection; export declare const BackupSelection: typeof import("./backupSelection").BackupSelection; export { BackupVaultArgs } from "./backupVault"; export type BackupVault = import("./backupVault").BackupVault; export declare const BackupVault: typeof import("./backupVault").BackupVault; export { FrameworkArgs } from "./framework"; export type Framework = import("./framework").Framework; export declare const Framework: typeof import("./framework").Framework; export { GetBackupPlanArgs, GetBackupPlanResult, GetBackupPlanOutputArgs } from "./getBackupPlan"; export declare const getBackupPlan: typeof import("./getBackupPlan").getBackupPlan; export declare const getBackupPlanOutput: typeof import("./getBackupPlan").getBackupPlanOutput; export { GetBackupSelectionArgs, GetBackupSelectionResult, GetBackupSelectionOutputArgs } from "./getBackupSelection"; export declare const getBackupSelection: typeof import("./getBackupSelection").getBackupSelection; export declare const getBackupSelectionOutput: typeof import("./getBackupSelection").getBackupSelectionOutput; export { GetBackupVaultArgs, GetBackupVaultResult, GetBackupVaultOutputArgs } from "./getBackupVault"; export declare const getBackupVault: typeof import("./getBackupVault").getBackupVault; export declare const getBackupVaultOutput: typeof import("./getBackupVault").getBackupVaultOutput; export { GetFrameworkArgs, GetFrameworkResult, GetFrameworkOutputArgs } from "./getFramework"; export declare const getFramework: typeof import("./getFramework").getFramework; export declare const getFrameworkOutput: typeof import("./getFramework").getFrameworkOutput; export { GetLogicallyAirGappedBackupVaultArgs, GetLogicallyAirGappedBackupVaultResult, GetLogicallyAirGappedBackupVaultOutputArgs } from "./getLogicallyAirGappedBackupVault"; export declare const getLogicallyAirGappedBackupVault: typeof import("./getLogicallyAirGappedBackupVault").getLogicallyAirGappedBackupVault; export declare const getLogicallyAirGappedBackupVaultOutput: typeof import("./getLogicallyAirGappedBackupVault").getLogicallyAirGappedBackupVaultOutput; export { GetReportPlanArgs, GetReportPlanResult, GetReportPlanOutputArgs } from "./getReportPlan"; export declare const getReportPlan: typeof import("./getReportPlan").getReportPlan; export declare const getReportPlanOutput: typeof import("./getReportPlan").getReportPlanOutput; export { GetRestoreTestingPlanArgs, GetRestoreTestingPlanResult, GetRestoreTestingPlanOutputArgs } from "./getRestoreTestingPlan"; export declare const getRestoreTestingPlan: typeof import("./getRestoreTestingPlan").getRestoreTestingPlan; export declare const getRestoreTestingPlanOutput: typeof import("./getRestoreTestingPlan").getRestoreTestingPlanOutput; export { GetRestoreTestingSelectionArgs, GetRestoreTestingSelectionResult, GetRestoreTestingSelectionOutputArgs } from "./getRestoreTestingSelection"; export declare const getRestoreTestingSelection: typeof import("./getRestoreTestingSelection").getRestoreTestingSelection; export declare const getRestoreTestingSelectionOutput: typeof import("./getRestoreTestingSelection").getRestoreTestingSelectionOutput; export { GetTieringConfigurationArgs, GetTieringConfigurationResult, GetTieringConfigurationOutputArgs } from "./getTieringConfiguration"; export declare const getTieringConfiguration: typeof import("./getTieringConfiguration").getTieringConfiguration; export declare const getTieringConfigurationOutput: typeof import("./getTieringConfiguration").getTieringConfigurationOutput; export { LogicallyAirGappedBackupVaultArgs } from "./logicallyAirGappedBackupVault"; export type LogicallyAirGappedBackupVault = import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault; export declare const LogicallyAirGappedBackupVault: typeof import("./logicallyAirGappedBackupVault").LogicallyAirGappedBackupVault; export { ReportPlanArgs } from "./reportPlan"; export type ReportPlan = import("./reportPlan").ReportPlan; export declare const ReportPlan: typeof import("./reportPlan").ReportPlan; export { RestoreTestingPlanArgs } from "./restoreTestingPlan"; export type RestoreTestingPlan = import("./restoreTestingPlan").RestoreTestingPlan; export declare const RestoreTestingPlan: typeof import("./restoreTestingPlan").RestoreTestingPlan; export { RestoreTestingSelectionArgs } from "./restoreTestingSelection"; export type RestoreTestingSelection = import("./restoreTestingSelection").RestoreTestingSelection; export declare const RestoreTestingSelection: typeof import("./restoreTestingSelection").RestoreTestingSelection; export { TieringConfigurationArgs } from "./tieringConfiguration"; export type TieringConfiguration = import("./tieringConfiguration").TieringConfiguration; export declare const TieringConfiguration: typeof import("./tieringConfiguration").TieringConfiguration; export * from "../types/enums/backup";