export { ConfigurationArgs, ConfigurationState } from "./configuration"; export type Configuration = import("./configuration").Configuration; export declare const Configuration: typeof import("./configuration").Configuration; export { GetConfigurationArgs, GetConfigurationResult, GetConfigurationOutputArgs } from "./getConfiguration"; export declare const getConfiguration: typeof import("./getConfiguration").getConfiguration; export declare const getConfigurationOutput: typeof import("./getConfiguration").getConfigurationOutput; export { GetIndexArgs, GetIndexResult, GetIndexOutputArgs } from "./getIndex"; export declare const getIndex: typeof import("./getIndex").getIndex; export declare const getIndexOutput: typeof import("./getIndex").getIndexOutput; export { GetIndexesArgs, GetIndexesResult, GetIndexesOutputArgs } from "./getIndexes"; export declare const getIndexes: typeof import("./getIndexes").getIndexes; export declare const getIndexesOutput: typeof import("./getIndexes").getIndexesOutput; export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable"; export declare const getTable: typeof import("./getTable").getTable; export declare const getTableOutput: typeof import("./getTable").getTableOutput; export { GetTablesArgs, GetTablesResult, GetTablesOutputArgs } from "./getTables"; export declare const getTables: typeof import("./getTables").getTables; export declare const getTablesOutput: typeof import("./getTables").getTablesOutput; export { IndexArgs, IndexState } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; export { TableArgs, TableState } from "./table"; export type Table = import("./table").Table; export declare const Table: typeof import("./table").Table; export { TableReplicaArgs, TableReplicaState } from "./tableReplica"; export type TableReplica = import("./tableReplica").TableReplica; export declare const TableReplica: typeof import("./tableReplica").TableReplica; //# sourceMappingURL=index.d.ts.map