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 { DbEndpointArgs, DbEndpointState } from "./dbEndpoint"; export type DbEndpoint = import("./dbEndpoint").DbEndpoint; export declare const DbEndpoint: typeof import("./dbEndpoint").DbEndpoint; 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 { GetDbEndpointArgs, GetDbEndpointResult, GetDbEndpointOutputArgs } from "./getDbEndpoint"; export declare const getDbEndpoint: typeof import("./getDbEndpoint").getDbEndpoint; export declare const getDbEndpointOutput: typeof import("./getDbEndpoint").getDbEndpointOutput; export { GetDbEndpointsResult } from "./getDbEndpoints"; export declare const getDbEndpoints: typeof import("./getDbEndpoints").getDbEndpoints; export declare const getDbEndpointsOutput: typeof import("./getDbEndpoints").getDbEndpointsOutput; export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance"; export declare const getInstance: typeof import("./getInstance").getInstance; export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput; export { GetInstanceSslArgs, GetInstanceSslResult, GetInstanceSslOutputArgs } from "./getInstanceSsl"; export declare const getInstanceSsl: typeof import("./getInstanceSsl").getInstanceSsl; export declare const getInstanceSslOutput: typeof import("./getInstanceSsl").getInstanceSslOutput; export { GetInstanceSslsResult } from "./getInstanceSsls"; export declare const getInstanceSsls: typeof import("./getInstanceSsls").getInstanceSsls; export declare const getInstanceSslsOutput: typeof import("./getInstanceSsls").getInstanceSslsOutput; 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 { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema"; export declare const getSchema: typeof import("./getSchema").getSchema; export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput; export { GetSchemasResult } from "./getSchemas"; export declare const getSchemas: typeof import("./getSchemas").getSchemas; export declare const getSchemasOutput: typeof import("./getSchemas").getSchemasOutput; export { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance; export { InstanceSslArgs, InstanceSslState } from "./instanceSsl"; export type InstanceSsl = import("./instanceSsl").InstanceSsl; export declare const InstanceSsl: typeof import("./instanceSsl").InstanceSsl; export { ParameterTemplateArgs, ParameterTemplateState } from "./parameterTemplate"; export type ParameterTemplate = import("./parameterTemplate").ParameterTemplate; export declare const ParameterTemplate: typeof import("./parameterTemplate").ParameterTemplate; export { SchemaArgs, SchemaState } from "./schema"; export type Schema = import("./schema").Schema; export declare const Schema: typeof import("./schema").Schema;