export { CacheArgs, CacheState } from "./cache"; export type Cache = import("./cache").Cache; export declare const Cache: typeof import("./cache").Cache; export { CacheAccessPolicyArgs, CacheAccessPolicyState } from "./cacheAccessPolicy"; export type CacheAccessPolicy = import("./cacheAccessPolicy").CacheAccessPolicy; export declare const CacheAccessPolicy: typeof import("./cacheAccessPolicy").CacheAccessPolicy; export { CacheAccessPolicyAssignmentArgs, CacheAccessPolicyAssignmentState } from "./cacheAccessPolicyAssignment"; export type CacheAccessPolicyAssignment = import("./cacheAccessPolicyAssignment").CacheAccessPolicyAssignment; export declare const CacheAccessPolicyAssignment: typeof import("./cacheAccessPolicyAssignment").CacheAccessPolicyAssignment; export { EnterpriseClusterArgs, EnterpriseClusterState } from "./enterpriseCluster"; export type EnterpriseCluster = import("./enterpriseCluster").EnterpriseCluster; export declare const EnterpriseCluster: typeof import("./enterpriseCluster").EnterpriseCluster; export { EnterpriseDatabaseArgs, EnterpriseDatabaseState } from "./enterpriseDatabase"; export type EnterpriseDatabase = import("./enterpriseDatabase").EnterpriseDatabase; export declare const EnterpriseDatabase: typeof import("./enterpriseDatabase").EnterpriseDatabase; export { FirewallRuleArgs, FirewallRuleState } from "./firewallRule"; export type FirewallRule = import("./firewallRule").FirewallRule; export declare const FirewallRule: typeof import("./firewallRule").FirewallRule; export { GetCacheArgs, GetCacheResult, GetCacheOutputArgs } from "./getCache"; export declare const getCache: typeof import("./getCache").getCache; export declare const getCacheOutput: typeof import("./getCache").getCacheOutput; export { GetEnterpriseDatabaseArgs, GetEnterpriseDatabaseResult, GetEnterpriseDatabaseOutputArgs } from "./getEnterpriseDatabase"; export declare const getEnterpriseDatabase: typeof import("./getEnterpriseDatabase").getEnterpriseDatabase; export declare const getEnterpriseDatabaseOutput: typeof import("./getEnterpriseDatabase").getEnterpriseDatabaseOutput; export { LinkedServerArgs, LinkedServerState } from "./linkedServer"; export type LinkedServer = import("./linkedServer").LinkedServer; export declare const LinkedServer: typeof import("./linkedServer").LinkedServer;