import { c8ql } from "./c8ql-query"; import { BaseCollection } from "./collection"; import { Config } from "./connection"; import { Fabric } from "./fabric"; import { ArrayCursor } from "./cursor"; import { C8Client } from "./client"; export default function jsC8(config: Config): C8Client; export { DocumentCollection, EdgeCollection } from "./collection"; export { Graph } from "./graph"; export { Tenant } from "./tenant"; export { Stream } from "./stream"; export { Fabric, c8ql, C8Client }; export { Config, BaseCollection, ArrayCursor }; export { Streamapps } from "./streamapps"; //# sourceMappingURL=jsC8.d.ts.map