export { ApplicationArgs } from "./application"; export type Application = import("./application").Application; export declare const Application: typeof import("./application").Application; export { DatabaseArgs } from "./database"; export type Database = import("./database").Database; export declare const Database: typeof import("./database").Database; export { DeltaStreamObjectArgs } from "./deltaStreamObject"; export type DeltaStreamObject = import("./deltaStreamObject").DeltaStreamObject; export declare const DeltaStreamObject: typeof import("./deltaStreamObject").DeltaStreamObject; export { GetDatabaseArgs, GetDatabaseResult, GetDatabaseOutputArgs } from "./getDatabase"; export declare const getDatabase: typeof import("./getDatabase").getDatabase; export declare const getDatabaseOutput: typeof import("./getDatabase").getDatabaseOutput; export { GetDatabasesArgs, GetDatabasesResult } from "./getDatabases"; export declare const getDatabases: typeof import("./getDatabases").getDatabases; export declare const getDatabasesOutput: typeof import("./getDatabases").getDatabasesOutput; export { GetNamespaceArgs, GetNamespaceResult, GetNamespaceOutputArgs } from "./getNamespace"; export declare const getNamespace: typeof import("./getNamespace").getNamespace; export declare const getNamespaceOutput: typeof import("./getNamespace").getNamespaceOutput; export { GetNamespacesArgs, GetNamespacesResult, GetNamespacesOutputArgs } from "./getNamespaces"; export declare const getNamespaces: typeof import("./getNamespaces").getNamespaces; export declare const getNamespacesOutput: typeof import("./getNamespaces").getNamespacesOutput; export { GetObjectArgs, GetObjectResult, GetObjectOutputArgs } from "./getObject"; export declare const getObject: typeof import("./getObject").getObject; export declare const getObjectOutput: typeof import("./getObject").getObjectOutput; export { GetObjectsArgs, GetObjectsResult, GetObjectsOutputArgs } from "./getObjects"; export declare const getObjects: typeof import("./getObjects").getObjects; export declare const getObjectsOutput: typeof import("./getObjects").getObjectsOutput; export { GetStoreArgs, GetStoreResult, GetStoreOutputArgs } from "./getStore"; export declare const getStore: typeof import("./getStore").getStore; export declare const getStoreOutput: typeof import("./getStore").getStoreOutput; export { GetStoresArgs, GetStoresResult } from "./getStores"; export declare const getStores: typeof import("./getStores").getStores; export declare const getStoresOutput: typeof import("./getStores").getStoresOutput; export { NamespaceArgs } from "./namespace"; export type Namespace = import("./namespace").Namespace; export declare const Namespace: typeof import("./namespace").Namespace; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export { QueryArgs } from "./query"; export type Query = import("./query").Query; export declare const Query: typeof import("./query").Query; export { StoreArgs } from "./store"; export type Store = import("./store").Store; export declare const Store: typeof import("./store").Store; import * as config from "./config"; import * as types from "./types"; export { config, types, }; //# sourceMappingURL=index.d.ts.map