export { AllowListArgs, AllowListState } from "./allowList"; export type AllowList = import("./allowList").AllowList; export declare const AllowList: typeof import("./allowList").AllowList; export { BackupArgs, BackupState } from "./backup"; export type Backup = import("./backup").Backup; export declare const Backup: typeof import("./backup").Backup; export { DatabaseArgs, DatabaseState } from "./database"; export type Database = import("./database").Database; export declare const Database: typeof import("./database").Database; export { DbAccountArgs, DbAccountState } from "./dbAccount"; export type DbAccount = import("./dbAccount").DbAccount; export declare const DbAccount: typeof import("./dbAccount").DbAccount; export { EndpointArgs, EndpointState } from "./endpoint"; export type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { EndpointPublicAddressArgs, EndpointPublicAddressState } from "./endpointPublicAddress"; export type EndpointPublicAddress = import("./endpointPublicAddress").EndpointPublicAddress; export declare const EndpointPublicAddress: typeof import("./endpointPublicAddress").EndpointPublicAddress; export { GetAllowListArgs, GetAllowListResult, GetAllowListOutputArgs } from "./getAllowList"; export declare const getAllowList: typeof import("./getAllowList").getAllowList; export declare const getAllowListOutput: typeof import("./getAllowList").getAllowListOutput; export { GetAllowListsResult } from "./getAllowLists"; export declare const getAllowLists: typeof import("./getAllowLists").getAllowLists; export declare const getAllowListsOutput: typeof import("./getAllowLists").getAllowListsOutput; export { GetBackupArgs, GetBackupResult, GetBackupOutputArgs } from "./getBackup"; export declare const getBackup: typeof import("./getBackup").getBackup; export declare const getBackupOutput: typeof import("./getBackup").getBackupOutput; export { GetBackupsResult } from "./getBackups"; export declare const getBackups: typeof import("./getBackups").getBackups; export declare const getBackupsOutput: typeof import("./getBackups").getBackupsOutput; export { GetDatabaseArgs, GetDatabaseResult, GetDatabaseOutputArgs } from "./getDatabase"; export declare const getDatabase: typeof import("./getDatabase").getDatabase; export declare const getDatabaseOutput: typeof import("./getDatabase").getDatabaseOutput; export { GetDatabasesResult } from "./getDatabases"; export declare const getDatabases: typeof import("./getDatabases").getDatabases; export declare const getDatabasesOutput: typeof import("./getDatabases").getDatabasesOutput; export { GetDbAccountArgs, GetDbAccountResult, GetDbAccountOutputArgs } from "./getDbAccount"; export declare const getDbAccount: typeof import("./getDbAccount").getDbAccount; export declare const getDbAccountOutput: typeof import("./getDbAccount").getDbAccountOutput; export { GetDbAccountsResult } from "./getDbAccounts"; export declare const getDbAccounts: typeof import("./getDbAccounts").getDbAccounts; export declare const getDbAccountsOutput: typeof import("./getDbAccounts").getDbAccountsOutput; export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint"; export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint; export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput; export { GetEndpointPublicAddressArgs, GetEndpointPublicAddressResult, GetEndpointPublicAddressOutputArgs } from "./getEndpointPublicAddress"; export declare const getEndpointPublicAddress: typeof import("./getEndpointPublicAddress").getEndpointPublicAddress; export declare const getEndpointPublicAddressOutput: typeof import("./getEndpointPublicAddress").getEndpointPublicAddressOutput; export { GetEndpointPublicAddressesResult } from "./getEndpointPublicAddresses"; export declare const getEndpointPublicAddresses: typeof import("./getEndpointPublicAddresses").getEndpointPublicAddresses; export declare const getEndpointPublicAddressesOutput: typeof import("./getEndpointPublicAddresses").getEndpointPublicAddressesOutput; export { GetEndpointsResult } from "./getEndpoints"; export declare const getEndpoints: typeof import("./getEndpoints").getEndpoints; export declare const getEndpointsOutput: typeof import("./getEndpoints").getEndpointsOutput; export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance"; export declare const getInstance: typeof import("./getInstance").getInstance; export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput; export { GetInstancesResult } from "./getInstances"; export declare const getInstances: typeof import("./getInstances").getInstances; export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput; export { GetParameterTemplateArgs, GetParameterTemplateResult, GetParameterTemplateOutputArgs } from "./getParameterTemplate"; export declare const getParameterTemplate: typeof import("./getParameterTemplate").getParameterTemplate; export declare const getParameterTemplateOutput: typeof import("./getParameterTemplate").getParameterTemplateOutput; export { GetParameterTemplatesResult } from "./getParameterTemplates"; export declare const getParameterTemplates: typeof import("./getParameterTemplates").getParameterTemplates; export declare const getParameterTemplatesOutput: typeof import("./getParameterTemplates").getParameterTemplatesOutput; export { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance; export { ParameterTemplateArgs, ParameterTemplateState } from "./parameterTemplate"; export type ParameterTemplate = import("./parameterTemplate").ParameterTemplate; export declare const ParameterTemplate: typeof import("./parameterTemplate").ParameterTemplate;