1 | import { Cluster, ConnectOptions } from './cluster';
|
2 | import { NodeCallback } from './utilities';
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 | export declare function connect(connStr: string, options?: ConnectOptions, callback?: NodeCallback<Cluster>): Promise<Cluster>;
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | export declare const lcbVersion: string;
|
20 |
|
21 |
|
22 |
|
23 |
|
24 | export declare const cbppVersion: string;
|
25 | export declare const cbppMetadata: string;
|
26 |
|
27 |
|
28 |
|
29 |
|
30 |
|
31 |
|
32 |
|
33 |
|
34 |
|
35 | export declare function enableProtocolLoggerToSaveNetworkTrafficToFile(filename: string): void;
|
36 |
|
37 |
|
38 |
|
39 |
|
40 |
|
41 |
|
42 | export declare function shutdownLogger(): void;
|
43 | export * from './analyticsindexmanager';
|
44 | export * from './analyticstypes';
|
45 | export * from './authenticators';
|
46 | export * from './binarycollection';
|
47 | export * from './bucket';
|
48 | export * from './bucketmanager';
|
49 | export * from './cluster';
|
50 | export * from './collection';
|
51 | export * from './collectionmanager';
|
52 | export * from './crudoptypes';
|
53 | export * from './datastructures';
|
54 | export * from './diagnosticstypes';
|
55 | export * from './errorcontexts';
|
56 | export * from './errors';
|
57 | export * from './eventingfunctionmanager';
|
58 | export * from './generaltypes';
|
59 | export * from './mutationstate';
|
60 | export * from './queryindexmanager';
|
61 | export * from './querytypes';
|
62 | export * from './rangeScan';
|
63 | export * from './scope';
|
64 | export * from './scopeeventingfunctionmanager';
|
65 | export * from './scopesearchindexmanager';
|
66 | export * from './sdspecs';
|
67 | export * from './searchfacet';
|
68 | export * from './searchindexmanager';
|
69 | export * from './searchquery';
|
70 | export * from './searchsort';
|
71 | export * from './searchtypes';
|
72 | export * from './streamablepromises';
|
73 | export * from './transactions';
|
74 | export * from './transcoders';
|
75 | export * from './usermanager';
|
76 | export * from './vectorsearch';
|
77 | export * from './viewexecutor';
|
78 | export * from './viewindexmanager';
|
79 | export * from './viewtypes';
|
80 | export { Cas, CasInput, NodeCallback } from './utilities';
|