/** * CosmosDB integration client. * * @module */ export type { CosmosDBClient, CosmosDBQueryOptions } from "./types.js"; export { CosmosDBClientImpl } from "./client.js"; //# sourceMappingURL=index.d.ts.map