export { AccountArgs, AccountState } from "./account"; export type Account = import("./account").Account; export declare const Account: typeof import("./account").Account; 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 { EndpointArgs, EndpointState } from "./endpoint"; export type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount"; export declare const getAccount: typeof import("./getAccount").getAccount; export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput; export { GetAccountsResult } from "./getAccounts"; export declare const getAccounts: typeof import("./getAccounts").getAccounts; export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput; 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 { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint"; export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint; export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput; 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 { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance;