export { BackupPlanArgs, BackupPlanState } from "./backupPlan"; export type BackupPlan = import("./backupPlan").BackupPlan; export declare const BackupPlan: typeof import("./backupPlan").BackupPlan; export { BackupPlanAssociationArgs, BackupPlanAssociationState } from "./backupPlanAssociation"; export type BackupPlanAssociation = import("./backupPlanAssociation").BackupPlanAssociation; export declare const BackupPlanAssociation: typeof import("./backupPlanAssociation").BackupPlanAssociation; export { BackupVaultArgs, BackupVaultState } from "./backupVault"; export type BackupVault = import("./backupVault").BackupVault; export declare const BackupVault: typeof import("./backupVault").BackupVault; export { GetBackupArgs, GetBackupResult, GetBackupOutputArgs } from "./getBackup"; export declare const getBackup: typeof import("./getBackup").getBackup; export declare const getBackupOutput: typeof import("./getBackup").getBackupOutput; export { GetBackupPlanArgs, GetBackupPlanResult, GetBackupPlanOutputArgs } from "./getBackupPlan"; export declare const getBackupPlan: typeof import("./getBackupPlan").getBackupPlan; export declare const getBackupPlanOutput: typeof import("./getBackupPlan").getBackupPlanOutput; export { GetBackupPlanAssociationArgs, GetBackupPlanAssociationResult, GetBackupPlanAssociationOutputArgs } from "./getBackupPlanAssociation"; export declare const getBackupPlanAssociation: typeof import("./getBackupPlanAssociation").getBackupPlanAssociation; export declare const getBackupPlanAssociationOutput: typeof import("./getBackupPlanAssociation").getBackupPlanAssociationOutput; export { GetBackupPlanAssociationsArgs, GetBackupPlanAssociationsResult, GetBackupPlanAssociationsOutputArgs } from "./getBackupPlanAssociations"; export declare const getBackupPlanAssociations: typeof import("./getBackupPlanAssociations").getBackupPlanAssociations; export declare const getBackupPlanAssociationsOutput: typeof import("./getBackupPlanAssociations").getBackupPlanAssociationsOutput; export { GetBackupVaultArgs, GetBackupVaultResult, GetBackupVaultOutputArgs } from "./getBackupVault"; export declare const getBackupVault: typeof import("./getBackupVault").getBackupVault; export declare const getBackupVaultOutput: typeof import("./getBackupVault").getBackupVaultOutput; export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource"; export declare const getDataSource: typeof import("./getDataSource").getDataSource; export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput; export { GetDataSourceReferenceArgs, GetDataSourceReferenceResult, GetDataSourceReferenceOutputArgs } from "./getDataSourceReference"; export declare const getDataSourceReference: typeof import("./getDataSourceReference").getDataSourceReference; export declare const getDataSourceReferenceOutput: typeof import("./getDataSourceReference").getDataSourceReferenceOutput; export { GetDataSourceReferencesArgs, GetDataSourceReferencesResult, GetDataSourceReferencesOutputArgs } from "./getDataSourceReferences"; export declare const getDataSourceReferences: typeof import("./getDataSourceReferences").getDataSourceReferences; export declare const getDataSourceReferencesOutput: typeof import("./getDataSourceReferences").getDataSourceReferencesOutput; export { GetManagementServerArgs, GetManagementServerResult, GetManagementServerOutputArgs } from "./getManagementServer"; export declare const getManagementServer: typeof import("./getManagementServer").getManagementServer; export declare const getManagementServerOutput: typeof import("./getManagementServer").getManagementServerOutput; export { ManagementServerArgs, ManagementServerState } from "./managementServer"; export type ManagementServer = import("./managementServer").ManagementServer; export declare const ManagementServer: typeof import("./managementServer").ManagementServer; export { ServiceConfigArgs, ServiceConfigState } from "./serviceConfig"; export type ServiceConfig = import("./serviceConfig").ServiceConfig; export declare const ServiceConfig: typeof import("./serviceConfig").ServiceConfig;